Skip to content

Commit

Permalink
try something with the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Oct 1, 2024
1 parent 45069cb commit e4b8b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if [ "${{ steps.current.outputs.result }}" = "${{ steps.latest.outputs.result }}" ]
then
# Here we deploy a new latest version
mike deploy ${{ steps.current.outputs.result }} latest --config-file docs/mkdocs.yml --update-aliases --push --remote doc
mike deploy latest ${{ steps.current.outputs.result }} --config-file docs/mkdocs.yml --update-aliases --push --remote doc
else
# Here we deploy a version that's not the latest one
mike deploy ${{ steps.current.outputs.result }} --config-file docs/mkdocs.yml --push --remote doc
Expand Down

0 comments on commit e4b8b89

Please sign in to comment.