Skip to content

Commit

Permalink
fix workflow and call main page home
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Aug 15, 2023
1 parent 3d46e64 commit e1ed32d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: |
if [[ "${{github.ref_name}}" == "main" ]]; then
mike deploy main --push --force
mike deploy main
else
mike deploy dev --push --force
mike deploy dev
fi
mike set-default dev
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ markdown_extensions:
emoji_generator: !!python/name:materialx.emoji.to_svg

nav:
- Welcome: index.md
- Home: index.md
- Install: install.md
- How to: how-to.md
- Commands (CLI): cli.md
Expand Down

0 comments on commit e1ed32d

Please sign in to comment.