Skip to content

Commit

Permalink
Add .nojekyll file and re-enable Ansible Galaxy publishing (contribut…
Browse files Browse the repository at this point in the history
…es to #67) (#113)

Signed-off-by: Simon Stone <[email protected]>
  • Loading branch information
Simon Stone authored Mar 27, 2020
1 parent a5ed5c4 commit a1a42b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 1 addition & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1a42b4

Please sign in to comment.