Skip to content

Commit 9231285

Browse files
committed
fix: artifact id
1 parent 25917e4 commit 9231285

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: pnpm run build
3535

3636
- name: Upload artifact
37+
id: deployment
3738
uses: actions/upload-pages-artifact@v3
3839
with:
3940
path: ./dist
@@ -49,4 +50,5 @@ jobs:
4950

5051
steps:
5152
- name: Deploy to GitHub Pages
53+
id: deployment
5254
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)