We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916c0e5 commit 95b8299Copy full SHA for 95b8299
.github/workflows/deploy-gh-pages.yml
@@ -48,10 +48,10 @@ jobs:
48
- name: Copy index.html to deploy directory
49
run: cp index.html ./out
50
51
- - name: Upload artifacts
52
- uses: actions/upload-artifact@v4
+ - name: Upload static files as artifact
+ id: deployment
53
+ uses: actions/upload-pages-artifact@v3
54
with:
- name: github-pages
55
path: './out'
56
57
deploy:
0 commit comments