Skip to content

Commit

Permalink
sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 4, 2025
1 parent 3ae0608 commit b4248aa
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ jobs:
with:
working-directory: .github/hello-world

sphinx:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: ./actions/uv/sphinx
with:
working-directory: .github/hello-world

test:
runs-on: "ubuntu-latest"
steps:
Expand All @@ -47,7 +57,7 @@ jobs:

book:
runs-on: "ubuntu-latest"
needs: [test, pdoc, jupyter, marimo]
needs: [test, pdoc, sphinx, jupyter, marimo]

permissions:
contents: write
Expand Down

0 comments on commit b4248aa

Please sign in to comment.