We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3158e5 commit a6a0219Copy full SHA for a6a0219
1 file changed
.github/workflows/blank.yml
@@ -26,7 +26,5 @@ jobs:
26
run: npm run build
27
28
# fix this issue
29
- - name: Upload to GitHub Pages
30
- uses: actions/deploy-pages@v4
31
- with:
32
- name: ./dist
+ - name: Download all workflow run artifacts
+ uses: actions/download-artifact@v4
0 commit comments