Skip to content

Commit

Permalink
try to fix the doc building action
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Apr 3, 2024
1 parent ed22e54 commit 2efedb8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
run: pip install mkdocs-material pymdown-extensions pillow cairosvg mike
- name: Build docs
run: |
if [[ ${{ env.pipeline_version }} == "dev" ]]; then
mike deploy --push ${{ env.pipeline_version }}
else
mike deploy --push --update-aliases ${{ env.pipeline_version }} latest
[[ ${{ env.pipeline_version }} == "dev" ]] && mike deploy --push ${{ env.pipeline_version }} || mike deploy --push --update-aliases ${{ env.pipeline_version }} latest
- name: Set default docs
run: mike set-default --push latest

0 comments on commit 2efedb8

Please sign in to comment.