We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70b8d5 commit cbb0164Copy full SHA for cbb0164
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
npm run lint
22
23
- name: Deploy
24
- uses: JamesIves/github-pages-deploy-action@v4.6.8
+ uses: JamesIves/github-pages-deploy-action@v4.7.1
25
with:
26
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
27
BRANCH: gh-pages
0 commit comments