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 0ed48c4 commit 826c63bCopy full SHA for 826c63b
1 file changed
.github/workflows/deploy.yml
@@ -84,7 +84,7 @@ jobs:
84
- name: Set $deploy_run_id
85
run: echo "deploy_run_id=$(cat run_id.txt)" >> "$GITHUB_ENV"
86
- name: Watch the deployment
87
- run: gh run watch $deploy_run_id -R originlab/${{ matrix.site }} -i 30 --exit-status
+ run: gh run watch $deploy_run_id -R originlab/${{ matrix.site }} -i 10 --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 'publish_book / build' | grep -oP '\(ID \K\d+')" >> "$GITHUB_ENV"
90
- name: Print converter output
0 commit comments