We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330951e commit f113870Copy full SHA for f113870
1 file changed
.github/workflows/docs.yml
@@ -36,7 +36,7 @@ jobs:
36
retention-days: 7
37
- name: Deploy to pages
38
if: ${{ github.ref_name == 'main' || github.event_name == 'release'}}
39
- uses: JamesIves/github-pages-deploy-action@github-pages-deploy-action # 4.5.0
+ uses: JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e # 4.5.0
40
with:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
BRANCH: gh-pages
0 commit comments