Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder authored Aug 7, 2024
1 parent 524bdbb commit 0723b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
if: github.event.inputs.tagName == ''
#run: mkdocs gh-deploy
run: |
mike deploy --push --update-aliases main latest
mike set-default main
mike deploy --update-aliases main latest --allow-empty
mike set-default latest --push --allow-empty
- name: Publish docs for given tag
if: github.event.inputs.tagName != ''
#run: mkdocs gh-deploy
Expand Down

0 comments on commit 0723b7c

Please sign in to comment.