Skip to content

Commit 38a528a

Browse files
committedFeb 24, 2025··
fix: ci
1 parent 460c855 commit 38a528a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: Setup Pages
142142
uses: actions/configure-pages@v3
143143
- name: Upload artifact
144-
uses: actions/upload-pages-artifact@v2
144+
uses: actions/upload-pages-artifact@v4
145145
with:
146146
path: './docs'
147147
- name: Deploy to GitHub Pages

‎.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
corepack pnpm lint-staged
1+
COREPACK_INTEGRITY_KEYS=0 corepack pnpm lint-staged

0 commit comments

Comments
 (0)
Please sign in to comment.