Skip to content

Commit

Permalink
doc: fix documentation deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
romm committed Dec 26, 2023
1 parent ec70c89 commit c51c856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- run: |
# Check if the "latest" alias exists
VALINOR_HAS_LATEST=$(mike list --config-file docs/mkdocs.yml --rebase --remote doc | grep latest) || true
VALINOR_HAS_LATEST=$(mike list --config-file docs/mkdocs.yml --remote doc | grep latest) || true
# If so then it is set as the default version (to enable the index redirect)
if [ "${VALINOR_HAS_LATEST}" != "" ]
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mkdocs==1.5.3
mkdocs-material==9.4.3
mkdocs-material-extensions==1.2

mike==1.1.2
mike==2.0.0

# Markdown extensions
markdown==3.3.7
Expand Down

0 comments on commit c51c856

Please sign in to comment.