Skip to content

Commit

Permalink
Merge pull request #54 from stuartmaxwell/update-docs-action
Browse files Browse the repository at this point in the history
Update docs.yml
  • Loading branch information
stuartmaxwell authored Nov 14, 2024
2 parents e50c617 + a342fcb commit c470e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: uv sync --no-dev --extra docs

- name: Build documentation
run: sphinx-build -b html docs/ docs/_build/
run: uv run sphinx-build -b html docs/ docs/_build/

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

0 comments on commit c470e1d

Please sign in to comment.