Skip to content

Commit

Permalink
Merge pull request #168 from wilsonrljr/fix/action_builddocs
Browse files Browse the repository at this point in the history
change doc to docs in pip install
  • Loading branch information
wilsonrljr authored Feb 12, 2025
2 parents dc37ea0 + 845b72d commit 74d1d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install ."[dev, doc]"
- run: pip install ."[dev, docs]"
- run: mkdocs gh-deploy --clean --force

0 comments on commit 74d1d36

Please sign in to comment.