Skip to content

Commit

Permalink
chore: Update dependencies and installation commands for mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubAndrysek committed Jun 17, 2024
1 parent defe766 commit 62c6892
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
with:
key: ${{ github.ref }}
path: .cache
- run: pip install -r requirements.txt
- run: pip install -e ".[dev]"
- run: mkdocs gh-deploy --force
4 changes: 2 additions & 2 deletions .github/workflows/mkdoxy-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: python -c "import sys; print(sys.version)"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install --upgrade pip
pip install -e ".[dev]"
- name: Build docs
run: mkdocs build --clean --strict --verbose
24 changes: 2 additions & 22 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion devdeps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ mkdocs==1.6.0
mkdocs-material==9.5.27
mkdocs-glightbox==0.4.0
mkdocs-git-revision-date-localized-plugin==1.2.6
mkdocs-open-in-new-tab==1.0.3
setuptools==70.0.0

0 comments on commit 62c6892

Please sign in to comment.