Skip to content

Commit

Permalink
pdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Nov 30, 2024
1 parent e035e9c commit f8e5897
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
- uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/uv/sphinx@main

pdoc:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/uv/pdoc@main

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

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

permissions:
contents: write
Expand Down

0 comments on commit f8e5897

Please sign in to comment.