Skip to content

Commit 66ad40c

Browse files
committed
add a timeout to documentation deployment
1 parent 70b9717 commit 66ad40c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-documentation.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
url: ${{ steps.deployment.outputs.page_url }}
3838
runs-on: ubuntu-latest
3939
needs: build
40+
timeout-minutes: 10
4041
steps:
4142
- name: Deploy to GitHub Pages
4243
id: deployment
4344
uses: actions/deploy-pages@v5
45+
with:
46+
timeout: 600000

0 commit comments

Comments
 (0)