We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03743bc commit 6802a09Copy full SHA for 6802a09
.github/workflows/build-and-release.yml
@@ -33,7 +33,7 @@ jobs:
33
run: hugo --minify
34
- name: Deploy site
35
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
36
- uses: JamesIves/[email protected].2
+ uses: JamesIves/[email protected].3
37
with:
38
GITHUB_TOKEN: ${{ steps.atedeg-bot.outputs.token }}
39
BRANCH: gh-pages
0 commit comments