Skip to content

Commit 38a528a

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)