Skip to content

Commit

Permalink
construct pdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Dec 18, 2024
1 parent 918cc6a commit fef198c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,16 @@ jobs:
- uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/uv/jupyter@main


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

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

permissions:
contents: write
Expand Down

0 comments on commit fef198c

Please sign in to comment.