We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b7f6d commit 02bf4c7Copy full SHA for 02bf4c7
.github/workflows/deploy.yaml
@@ -21,7 +21,7 @@ jobs:
21
run_install: true
22
- run: pnpm build --preset github_pages
23
- name: Upload Pages artifact
24
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
25
with:
26
path: ./.output/public
27
0 commit comments