Skip to content

Commit

Permalink
Remove unnecessary uv run
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Nov 7, 2024
1 parent 27d828c commit f1569e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
run: uv pip install .[docs]

- name: Generate HTML
run: |
uv run sphinx-build -d _build/doctrees docs/source _build/html
run: sphinx-build -d _build/doctrees docs/source _build/html

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit f1569e6

Please sign in to comment.