There was an error while loading. Please reload this page.
1 parent 9819b89 commit 03d556fCopy full SHA for 03d556f
1 file changed
.github/workflows/build.yml
@@ -36,12 +36,11 @@ jobs:
36
- name: Build indexes
37
run: npm run build
38
39
- - name: Upload dist artifacts
40
- uses: actions/upload-artifact@v6
+ - name: Upload pages artifacts
+ uses: actions/upload-pages-artifact@v4
41
with:
42
name: github-pages
43
path: dist/
44
- if-no-files-found: error
45
46
deploy:
47
needs: build
0 commit comments