Skip to content

Commit 3053d6c

Browse files
committed
fix upload pages pipeline
1 parent 15d0c9f commit 3053d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: npm ci
2828
- run: npm run build
2929
- name: Create gh-pages artifact
30-
uses: actions/upload-pages-artifact@v4
30+
uses: actions/upload-pages-artifact@v3
3131
with:
3232
path: build
3333
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)