Skip to content

Commit

Permalink
fix CI: third try
Browse files Browse the repository at this point in the history
  • Loading branch information
NiTiSon committed Sep 9, 2024
1 parent 76260c1 commit 3d8b0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: pip install mkdocs-material
- run: |
pip install "mkdocs-material[imaging]"
pip install -r ./requirement.txt
pip install -r ./requirements.txt
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade Pillow
- run: mkdocs gh-deploy --force
Expand Down

0 comments on commit 3d8b0dc

Please sign in to comment.