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 2b8a0f8 commit 8294342Copy full SHA for 8294342
β.github/workflows/build-test.ymlβ
@@ -17,6 +17,6 @@ jobs:
17
- run: pnpm install
18
- run: pnpm build --preset github_pages
19
- name: Upload artifact
20
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
21
with:
22
path: ./.output/public
β.github/workflows/deploy.ymlβ
@@ -18,7 +18,7 @@ jobs:
23
24
# Deployment job
0 commit comments