We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c10447 commit 9d84d15Copy full SHA for 9d84d15
1 file changed
.github/workflows/deploy.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Watch the deployment
87
run: gh run watch $deploy_run_id -R originlab/${{ matrix.site }} -i 30 --exit-status
88
- 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"
+ 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"
90
- name: Print converter output
91
run: >
92
gh run view $deploy_run_id -j $build_job_id -R originlab/${{ matrix.site }} --log
0 commit comments