We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066a6ec commit f1ec04eCopy full SHA for f1ec04e
.github/workflows/build.yml
@@ -144,7 +144,7 @@ jobs:
144
echo ${{ github.ref == 'refs/heads/master' }}
145
echo ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
146
- name: Deploy to GitHub Pages
147
- uses: JamesIves/github-pages-deploy-action@3.5.5
+ uses: JamesIves/github-pages-deploy-action@3.7.1
148
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
149
with:
150
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments