Skip to content

Commit

Permalink
Make dependency installation like static CI workflow (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-fedotov authored Jun 9, 2024
1 parent aae4909 commit 6e85710
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install uv
- run: uv pip install ".[docs]"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install uv
python -m uv pip install ".[docs]"
- run: mkdocs gh-deploy --force

0 comments on commit 6e85710

Please sign in to comment.