Skip to content

Commit 302394f

Browse files
committed
Re-attempt fixing doc generation on main
`dawidd6/action-download-artifact@v2` can't find the doc artifact, not sure why. But we don't need to use that anymore, we can use the default GitHub artifact download action now that we're uploading and downloading the artifact from the same workflow.
1 parent 4fc3500 commit 302394f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/actions/publish-doc/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ runs:
77
ref: gh-pages
88

99
- name: Download docs
10-
uses: dawidd6/action-download-artifact@v2
10+
uses: actions/download-artifact@v3
1111
with:
1212
name: doc
1313
path: doc
14-
workflow: ci.yml
15-
run_id: ${{ github.run_id }}
1614

1715
- name: Current doc dir
1816
id: doc-dir

0 commit comments

Comments
 (0)