Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte authored Jan 14, 2025
1 parent 9d3867e commit beed8ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
python-version: "3.11.8"
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: install deps
- name: build docs
run: |
poetry sync --group docs
Expand All @@ -21,4 +20,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs/_build/html
folder: docs/_build/html

0 comments on commit beed8ad

Please sign in to comment.