Skip to content

Commit 8f0bd16

Browse files
committed
fix: CI configuration
1 parent 15545ab commit 8f0bd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
npm run docs:build
7777
- name: Upload docs to GitHub Pages
7878
if: steps.set-npm-url.outputs.npm-url != '' && github.ref == 'refs/heads/master'
79-
uses: actions/upload-artifact@v4
79+
uses: actions/upload-pages-artifact@v3
8080
with:
8181
name: pages-docs
8282
path: docs-site

0 commit comments

Comments
 (0)