Skip to content

Commit 3e0d9aa

Browse files
authored
Fix CI step names (#8)
1 parent a1cb6ef commit 3e0d9aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs_pr_upload.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
upload:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Upload docs from GH artifacts
13+
- name: Download docs from GH artifacts
1414
id: download-artifact
1515
uses: dawidd6/action-download-artifact@v6
1616
with:
1717
name: docs
1818
workflow: docs_pr.yaml
1919
allow_forks: true
2020
workflow_conclusion: success
21-
- name: Upload coverage report
21+
- name: Upload docs for preview
2222
shell: bash
2323
run: |
2424
ls -alh

0 commit comments

Comments
 (0)