We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460c855 commit 38a528aCopy full SHA for 38a528a
.github/workflows/ci.yml
@@ -141,7 +141,7 @@ jobs:
141
- name: Setup Pages
142
uses: actions/configure-pages@v3
143
- name: Upload artifact
144
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v4
145
with:
146
path: './docs'
147
- name: Deploy to GitHub Pages
.husky/pre-commit
@@ -1 +1 @@
1
-corepack pnpm lint-staged
+COREPACK_INTEGRITY_KEYS=0 corepack pnpm lint-staged
0 commit comments