Skip to content

Commit 0118f69

Browse files
authored
Make upload_docs depend on docs
1 parent b6ba5e8 commit 0118f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133

134134
upload_docs:
135135
name: Deploy docs
136-
needs: [upload_conda, upload_pypi]
136+
needs: [upload_conda, upload_pypi, docs]
137137
runs-on: ubuntu-20.04
138138
if: github.event_name == 'release' && github.event.action == 'published'
139139
strategy:

0 commit comments

Comments
 (0)