We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2735e1b commit 116d6b6Copy full SHA for 116d6b6
src/helpers/workflows.ts
@@ -169,7 +169,7 @@ jobs:
169
command: "site"
170
env:
171
GH_PAT: \${{ secrets.GH_PAT || github.token }}
172
- - uses: peaceiris/actions-gh-pages@v3.7.3
+ - uses: peaceiris/actions-gh-pages@v4
173
name: GitHub Pages Deploy
174
with:
175
github_token: \${{ secrets.GH_PAT || github.token }}
@@ -214,7 +214,7 @@ jobs:
214
215
216
217
218
219
220
0 commit comments