Skip to content

Commit 826c63b

Browse files
committed
No need a large interval as deploy_watch already delays 2 minutes.
1 parent 0ed48c4 commit 826c63b

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
@@ -84,7 +84,7 @@ jobs:
8484
- name: Set $deploy_run_id
8585
run: echo "deploy_run_id=$(cat run_id.txt)" >> "$GITHUB_ENV"
8686
- name: Watch the deployment
87-
run: gh run watch $deploy_run_id -R originlab/${{ matrix.site }} -i 30 --exit-status
87+
run: gh run watch $deploy_run_id -R originlab/${{ matrix.site }} -i 10 --exit-status
8888
- name: Set $build_job_id
8989
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

0 commit comments

Comments
 (0)