Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 9, 2024
1 parent c3372ee commit 1ccc049
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@ jobs:
with:
python-version: 3.12

- name: Set up just
uses: extractions/setup-just@v2

- name: Build documentation
run: |
uv sync --all-extras --all-groups --upgrade
uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs docs/_build/html
run: just docs

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1ccc049

Please sign in to comment.