Skip to content

Commit bef5026

Browse files
committed
Fix GitHub Action
1 parent 6e503e5 commit bef5026

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Build project
4545
run: ${{ steps.detect-package-manager.outputs.runner }} npm run build
4646
- name: Upload artifact
47+
id: deployment
4748
uses: actions/upload-pages-artifact@v3
4849
with:
4950
path: ./build
@@ -57,4 +58,4 @@ jobs:
5758
steps:
5859
- name: Deploy to GitHub Pages
5960
id: deployment
60-
uses: actions/deploy-pages@v3
61+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)