We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b3bfc commit fc247b8Copy full SHA for fc247b8
.github/workflows/cd.yml
@@ -23,7 +23,7 @@ jobs:
23
run: pnpm install --frozen-lockfile=false
24
- name: Build and deploy
25
run: pnpm run deploy
26
- - uses: JamesIves/github-pages-deploy-action@4.0.0
+ - uses: JamesIves/github-pages-deploy-action@4.1.5
27
with:
28
branch: gh-pages
29
folder: public
0 commit comments