From a1a42b490bb39ae2c5be08a0d38dc76ffc3fcb6e Mon Sep 17 00:00:00 2001 From: Simon Stone Date: Fri, 27 Mar 2020 12:36:52 +0000 Subject: [PATCH] Add .nojekyll file and re-enable Ansible Galaxy publishing (contributes to #67) (#113) Signed-off-by: Simon Stone --- azure-pipelines.yml | 2 +- docs/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ece92afb..00211cbe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,7 +56,7 @@ steps: - script: | set -ex VERSION=$(yq -r .version galaxy.yml) - # ansible-galaxy collection publish --api-key $(Ansible Galaxy API Key) ibm-blockchain_platform-${VERSION}.tar.gz + ansible-galaxy collection publish --api-key $(Ansible Galaxy API Key) ibm-blockchain_platform-${VERSION}.tar.gz condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags')) displayName: Publish collection to Ansible Galaxy - script: | diff --git a/docs/Makefile b/docs/Makefile index a7b2d25f..453cb06e 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -5,6 +5,7 @@ all: ansible-doc-extractor --template templates/module.rst.j2 source/modules ../plugins/modules/*.py sphinx-build -b html source build + touch build/.nojekyll clean: rm -rf build