Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
technoluc authored Jan 21, 2024
1 parent 8d387af commit 464e59a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,15 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- name: Install Python dependencies
run: |
pip install .
pip install \
pip install mkdocs-material \
mkdocs-minify-plugin>=0.3 \
mkdocs-redirects>=1.0 \
mkdocs-rss-plugin>=0.17 \
mkdocs-awesome-pages-plugin \
mkdocs-monorepo-plugin
- run: mkdocs gh-deploy --force

0 comments on commit 464e59a

Please sign in to comment.