File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 17
17
- name : " Build the virtual environment"
18
18
uses : cvxgrp/.github/actions/environment@v2.2.8
19
19
20
- - uses : cvxgrp/.github /actions/pdoc@v2.2.8
20
+ - uses : tschm/cradle /actions/pdoc@v0.1.56
21
21
with :
22
22
source-folder : src/tschm
23
23
28
28
- name : " Build the virtual environment"
29
29
uses : cvxgrp/.github/actions/environment@v2.2.8
30
30
31
- - uses : cvxgrp/.github /actions/coverage@v2.2.8
31
+ - uses : tschm/cradle /actions/coverage@v0.1.56
32
32
with :
33
33
tests-folder : src/tests
34
34
source-folder : src/tschm
40
40
- name : " Build the virtual environment"
41
41
uses : cvxgrp/.github/actions/environment@v2.2.8
42
42
43
- - uses : cvxgrp/.github /actions/jupyter@v2.2.8
43
+ - uses : tschm/cradle /actions/jupyter@v0.1.56
44
44
45
45
book :
46
46
runs-on : " ubuntu-latest"
50
50
contents : write
51
51
52
52
steps :
53
+ - name : Checkout [${{ github.repository }}]
54
+ uses : actions/checkout@v4
55
+
53
56
- name : Upload the book
54
57
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
You can’t perform that action at this time.
0 commit comments