Skip to content

Commit 8723ed4

Browse files
committed
fix(ci): upload artifact with name gh-pages
1 parent 2cbd9f8 commit 8723ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Upload docs
2828
uses: actions/upload-artifact@v4
2929
with:
30-
name: docs
30+
name: github-pages
3131
path: target/doc
3232
deploy:
3333
runs-on: ubuntu-latest
@@ -39,7 +39,7 @@ jobs:
3939
- name: Download docs
4040
uses: actions/download-artifact@v4
4141
with:
42-
name: docs
42+
name: github-pages
4343
- name: Deploy to GitHub Pages
4444
id: deployment
4545
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)