Skip to content

Commit c929d43

Browse files
authored
Update book.yml (#37)
* Update book.yml * Update book.yml * fmt
1 parent a98db5f commit c929d43

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/book.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: "Build the virtual environment"
1818
uses: cvxgrp/.github/actions/environment@v2.2.8
1919

20-
- uses: cvxgrp/.github/actions/pdoc@v2.2.8
20+
- uses: tschm/cradle/actions/pdoc@v0.1.56
2121
with:
2222
source-folder: src/tschm
2323

@@ -28,7 +28,7 @@ jobs:
2828
- name: "Build the virtual environment"
2929
uses: cvxgrp/.github/actions/environment@v2.2.8
3030

31-
- uses: cvxgrp/.github/actions/coverage@v2.2.8
31+
- uses: tschm/cradle/actions/coverage@v0.1.56
3232
with:
3333
tests-folder: src/tests
3434
source-folder: src/tschm
@@ -40,7 +40,7 @@ jobs:
4040
- name: "Build the virtual environment"
4141
uses: cvxgrp/.github/actions/environment@v2.2.8
4242

43-
- uses: cvxgrp/.github/actions/jupyter@v2.2.8
43+
- uses: tschm/cradle/actions/jupyter@v0.1.56
4444

4545
book:
4646
runs-on: "ubuntu-latest"
@@ -50,6 +50,9 @@ jobs:
5050
contents: write
5151

5252
steps:
53+
- name: Checkout [${{ github.repository }}]
54+
uses: actions/checkout@v4
55+
5356
- name: Upload the book
5457
if: ${{ env.ACT != 'true' }} # Skip if running with 'act'
55-
uses: cvxgrp/.github/actions/book@v2.2.8
58+
uses: tschm/cradle/actions/book@v0.1.56

0 commit comments

Comments
 (0)