Skip to content

Commit 8294342

Browse files
authored
πŸ”§ this was the github actions version it really wanted (#84)
1 parent 2b8a0f8 commit 8294342

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/workflows/build-test.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- run: pnpm install
1818
- run: pnpm build --preset github_pages
1919
- name: Upload artifact
20-
uses: actions/upload-pages-artifact@v1
20+
uses: actions/upload-pages-artifact@v3
2121
with:
2222
path: ./.output/public

β€Ž.github/workflows/deploy.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: pnpm install
1919
- run: pnpm build --preset github_pages
2020
- name: Upload artifact
21-
uses: actions/upload-pages-artifact@v1
21+
uses: actions/upload-pages-artifact@v3
2222
with:
2323
path: ./.output/public
2424
# Deployment job

0 commit comments

Comments
Β (0)