Skip to content

Commit 85d1671

Browse files
committed
Remove document artifact upload in _push_docs to avoid duplicate artifact
1 parent 0d09bb2 commit 85d1671

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/_push_docs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ jobs:
2828
- name: Remove environment.pickle
2929
run: rm build/html/.doctrees/environment.pickle
3030

31-
- name: Upload built docs artifact
32-
uses: actions/upload-artifact@v4
33-
with:
34-
name: docs
35-
path: build
36-
3731
- name: Sanitize ref name for docs version
3832
run: echo "DOCS_VERSION=${GITHUB_REF_NAME//[^A-Za-z0-9._-]/_}" >> $GITHUB_ENV
3933

0 commit comments

Comments
 (0)