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 7a821ae commit 325c5a4Copy full SHA for 325c5a4
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: bundle install
19
- run: bundle exec middleman build
20
- if: ${{ github.repository_owner == 'scalikejdbc' && github.ref == 'refs/heads/develop' && github.event_name == 'push' }}
21
- uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
+ uses: JamesIves/github-pages-deploy-action@62fec3add6773ec5dbbf18d2ee4260911aa35cf4 # v4.6.9
22
with:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
BRANCH: master
0 commit comments