Skip to content

Commit

Permalink
ci: added mkdocs-nav-weight plugin to gh-pages-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sidisinsane committed Mar 26, 2024
1 parent a61b961 commit c7f5c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs mkdocs-material pymdown-extensions
- run: pip install mkdocs mkdocs-material pymdown-extensions mkdocs-nav-weight

- run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion project/.github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs mkdocs-material pymdown-extensions
- run: pip install mkdocs mkdocs-material pymdown-extensions mkdocs-nav-weight

- run: mkdocs gh-deploy --force

0 comments on commit c7f5c68

Please sign in to comment.