Skip to content

Commit

Permalink
Try using pip
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Apr 1, 2024
1 parent 8424cab commit 9a6979e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Load Iansui094 font
run: cd docs_dev/.cache/plugin/social/fonts/Noto\ Sans\ TC; wget https://volunteer.coscup.org/doc/Iansui094-Regular.ttf -O NotoSansTC-Regular.ttf;
- name: manual install mkdocs-material
run: git clone https://github.com/squidfunk/mkdocs-material.git; cd ./mkdocs-material; poetry run python3 ./setup.py install;
run: git clone https://github.com/squidfunk/mkdocs-material.git; cd ./mkdocs-material; poetry run python3 -m pip install .;
- name: Build Docs
env:
PYTHONPATH: "../"
Expand Down

0 comments on commit 9a6979e

Please sign in to comment.