Skip to content

Commit

Permalink
Update build-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner authored Jan 18, 2025
1 parent 5b42c69 commit de4899e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
working-directory: ./doc
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
python-version: "3.13"
enable-cache: true

- name: Build HTML
run: make
Expand Down

0 comments on commit de4899e

Please sign in to comment.