Skip to content

Commit 9d84d15

Browse files
committed
Refer to the renamed jobs.
1 parent 2c10447 commit 9d84d15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Watch the deployment
8787
run: gh run watch $deploy_run_id -R originlab/${{ matrix.site }} -i 30 --exit-status
8888
- name: Set $build_job_id
89-
run: echo "build_job_id=$(gh run view $deploy_run_id -R originlab/${{ matrix.site }} | grep 'make_book / build' | grep -oP '\(ID \K\d+')" >> "$GITHUB_ENV"
89+
run: echo "build_job_id=$(gh run view $deploy_run_id -R originlab/${{ matrix.site }} | grep 'publish_book / build' | grep -oP '\(ID \K\d+')" >> "$GITHUB_ENV"
9090
- name: Print converter output
9191
run: >
9292
gh run view $deploy_run_id -j $build_job_id -R originlab/${{ matrix.site }} --log

0 commit comments

Comments
 (0)