We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c56ce commit f0d9726Copy full SHA for f0d9726
.github/workflows/gh-pages.yml
@@ -37,7 +37,7 @@ jobs:
37
- run: yarn build
38
39
- name: Deploy
40
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
41
if: ${{ github.ref == 'refs/heads/main' }}
42
with:
43
github_token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/traffic2badge.yml
@@ -42,7 +42,7 @@ jobs:
#(default) year:
44
45
- uses: peaceiris/actions-gh-pages@v3.7.3
46
47
48
publish_branch: ${{ steps.traffic.outputs.traffic_branch }}
0 commit comments