Reduce Pages deployment timeout
This commit is contained in:
parent
2fd0180b1b
commit
05886ffb25
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build_docs.yml
vendored
2
.github/workflows/build_docs.yml
vendored
|
@ -137,6 +137,8 @@ jobs:
|
|||
- name: Deploy to Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
with:
|
||||
timeout: 300000 # 5 minutes
|
||||
|
||||
publish-pypi:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue