We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d71f2 commit 863cf05Copy full SHA for 863cf05
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
- run: sbt makeSite
65
- name: Push to gh-pages
66
if: ${{ github.repository_owner == 'foundweekends' && github.ref == 'refs/heads/master' && github.event_name == 'push' }}
67
- uses: JamesIves/github-pages-deploy-action@62fec3add6773ec5dbbf18d2ee4260911aa35cf4 # v4.6.9
+ uses: JamesIves/github-pages-deploy-action@dc18a3c6b46d56484cb63f291becd7ed4f0269b9 # v4.7.1
68
with:
69
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
BRANCH: gh-pages
0 commit comments