We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e503e5 commit bef5026Copy full SHA for bef5026
.github/workflows/deploy.yml
@@ -44,6 +44,7 @@ jobs:
44
- name: Build project
45
run: ${{ steps.detect-package-manager.outputs.runner }} npm run build
46
- name: Upload artifact
47
+ id: deployment
48
uses: actions/upload-pages-artifact@v3
49
with:
50
path: ./build
@@ -57,4 +58,4 @@ jobs:
57
58
steps:
59
- name: Deploy to GitHub Pages
60
id: deployment
- uses: actions/deploy-pages@v3
61
+ uses: actions/deploy-pages@v4
0 commit comments