We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d65b5 commit ea67c76Copy full SHA for ea67c76
.github/workflows/gh-pages-deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- run: pnpm install
20
- run: pnpm build --preset github_pages
21
- name: Upload artifact
22
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
23
with:
24
path: ./apps/site/.output/public
25
# Deployment job
0 commit comments