Skip to content

Commit 5b85077

Browse files
authored
Merge branch 'master' into refactor/imports
2 parents f78c894 + 9d3a7cc commit 5b85077

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docs-build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
jobs:
2626
make-doctest:
2727
runs-on: ubuntu-20.04
28-
timeout-minutes: 20
28+
timeout-minutes: 30
2929
steps:
3030
- uses: actions/checkout@v3
3131
- uses: actions/setup-python@v4
@@ -57,7 +57,7 @@ jobs:
5757
5858
make-html:
5959
runs-on: ubuntu-20.04
60-
timeout-minutes: 20
60+
timeout-minutes: 30
6161
steps:
6262
- uses: actions/checkout@v3
6363
- uses: actions/setup-python@v4
@@ -102,6 +102,7 @@ jobs:
102102

103103
- name: Upload built docs
104104
uses: actions/upload-artifact@v3
105+
if: github.event_name == 'push'
105106
with:
106107
name: docs-${{ github.sha }}
107108
path: docs/build/

0 commit comments

Comments
 (0)