Skip to content

Commit 75904e2

Browse files
committed
fix: pages workflow
1 parent f9c8704 commit 75904e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
NITRO_PRESET: github_pages
2424

2525
- name: Upload artifact
26-
uses: actions/upload-pages-artifact@v4
26+
uses: actions/upload-pages-artifact@v3
2727
with:
2828
path: ./.output/public
2929

@@ -47,4 +47,4 @@ jobs:
4747
steps:
4848
- name: Deploy to GitHub Pages
4949
id: deployment
50-
uses: actions/deploy-pages@v1
50+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)