Skip to content

Commit 03d556f

Browse files
ci: fix github-pages deploy (#5)
1 parent 9819b89 commit 03d556f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@ jobs:
3636
- name: Build indexes
3737
run: npm run build
3838

39-
- name: Upload dist artifacts
40-
uses: actions/upload-artifact@v6
39+
- name: Upload pages artifacts
40+
uses: actions/upload-pages-artifact@v4
4141
with:
4242
name: github-pages
4343
path: dist/
44-
if-no-files-found: error
4544

4645
deploy:
4746
needs: build

0 commit comments

Comments
 (0)