Skip to content

Commit

Permalink
Update book.yml (#465)
Browse files Browse the repository at this point in the history
* Update book.yml

* Update api.md
  • Loading branch information
tschm authored Jan 30, 2025
1 parent cbcb8a6 commit 39c2ef1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:

- uses: cvxgrp/.github/actions/uv/[email protected]

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

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

pdoc:
runs-on: "ubuntu-latest"
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

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

permissions:
contents: write
Expand Down
2 changes: 0 additions & 2 deletions book/docs/api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# API

## pdoc

[API](https://www.cvxgrp.org/simulator/pdoc/)

0 comments on commit 39c2ef1

Please sign in to comment.