Skip to content

Commit 6352fc5

Browse files
committed
chore(ci): Fix pages artifact upload
1 parent 904e81d commit 6352fc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/web_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
deno-version: v2.x
3030
- run: deno task build
3131
working-directory: ./web
32-
- uses: actions/upload-artifact@v4
32+
- name: Upload GitHub Pages artifact
33+
uses: actions/upload-pages-artifact@v3
3334
with:
34-
name: web
3535
path: web/dist
3636

3737
deploy:

0 commit comments

Comments
 (0)