Skip to content

Commit

Permalink
ci/docs: timeouts & upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Apr 4, 2023
1 parent 80aadb9 commit 9d3a7cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
make-doctest:
runs-on: ubuntu-20.04
timeout-minutes: 20
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
make-html:
runs-on: ubuntu-20.04
timeout-minutes: 20
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -102,6 +102,7 @@ jobs:

- name: Upload built docs
uses: actions/upload-artifact@v3
if: github.event_name == 'push'
with:
name: docs-${{ github.sha }}
path: docs/build/
Expand Down

0 comments on commit 9d3a7cc

Please sign in to comment.