Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniXC committed Sep 24, 2023
1 parent 04e1a38 commit 9af5310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Dependencies
run: |
curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3 -
pdm install -G all
pdm install -G:all
- name: Build Documentation
run: cd docs && pdm run mkdocs build
- name: Deploy
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ docs = [
"pytkdocs>=0.11.0",
"pymdown-extensions>=9.1",
"markdown-include>=0.6.0",
"ipython-genutils>=0.2.0",
]

[build-system]
Expand Down

0 comments on commit 9af5310

Please sign in to comment.