There was an error while loading. Please reload this page.
1 parent 70b9717 commit 66ad40cCopy full SHA for 66ad40c
1 file changed
.github/workflows/build-documentation.yaml
@@ -37,7 +37,10 @@ jobs:
37
url: ${{ steps.deployment.outputs.page_url }}
38
runs-on: ubuntu-latest
39
needs: build
40
+ timeout-minutes: 10
41
steps:
42
- name: Deploy to GitHub Pages
43
id: deployment
44
uses: actions/deploy-pages@v5
45
+ with:
46
+ timeout: 600000
0 commit comments