Skip to content

Commit bb514fc

Browse files
committed
Update workflows
1 parent 1306760 commit bb514fc

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
build:
1010
if: ${{ github.repository_owner == 'ProjectPythia' }}
1111
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
12-
with:
13-
build_command: 'myst build --execute --html'
1412

1513
deploy:
1614
needs: build
@@ -19,4 +17,4 @@ jobs:
1917
# We don't have a link-checker with MyST right now
2018
# link-check:
2119
# 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

.github/workflows/publish-book.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ on:
1010
jobs:
1111
build:
1212
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
13-
with:
14-
build_command: 'myst build --execute --html'
15-
1613

1714
deploy:
1815
needs: build
19-
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
16+
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main

.github/workflows/trigger-book-build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ jobs:
66
build:
77
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
88
with:
9-
build_command: 'myst build --execute --html'
109
artifact_name: book-zip-${{ github.event.number }}
1110
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

.github/workflows/trigger-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
uses: ProjectPythia/cookbook-actions/.github/workflows/preview-comment.yaml@main
2525
with:
2626
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 }}

0 commit comments

Comments
 (0)