File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 9
9
build :
10
10
if : ${{ github.repository_owner == 'ProjectPythia' }}
11
11
uses : ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
12
- with :
13
- build_command : ' myst build --execute --html'
14
12
15
13
deploy :
16
14
needs : build
19
17
# We don't have a link-checker with MyST right now
20
18
# link-check:
21
19
# if: ${{ github.repository_owner == 'ProjectPythia' }}
22
- # uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main
20
+ # uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
build :
12
12
uses : ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
13
- with :
14
- build_command : ' myst build --execute --html'
15
-
16
13
17
14
deploy :
18
15
needs : build
19
- uses : ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
16
+ uses : ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
Original file line number Diff line number Diff line change 6
6
build :
7
7
uses : ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
8
8
with :
9
- build_command : ' myst build --execute --html'
10
9
artifact_name : book-zip-${{ github.event.number }}
11
10
base_url : ' /${{ github.event.repository.name }}/_preview/${{ github.event.number }}'
12
- # Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml
11
+ # Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml
Original file line number Diff line number Diff line change 24
24
uses : ProjectPythia/cookbook-actions/.github/workflows/preview-comment.yaml@main
25
25
with :
26
26
pull_request_number : ${{ needs.find-pull-request.outputs.number }}
27
- sha : ${{ needs.find-pull-request.outputs.sha }}
27
+ sha : ${{ needs.find-pull-request.outputs.sha }}
You can’t perform that action at this time.
0 commit comments