Skip to content

Commit

Permalink
CI: include package installation in MkDocs workflow
Browse files Browse the repository at this point in the history
The package installation is required by `mkdocs-click`. See mkdocs/mkdocs-click#46 (comment) and mkdocs/mkdocs-click#63.
  • Loading branch information
mykolaskrynnyk committed Sep 23, 2024
1 parent 3121cde commit 38455b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/material-for-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
poetry config virtualenvs.create false
poetry install --only docs
poetry install --with docs
- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --force

0 comments on commit 38455b3

Please sign in to comment.