We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa22316 commit 2351570Copy full SHA for 2351570
.github/workflows/docs.yml
@@ -41,7 +41,7 @@ jobs:
41
retention-days: 7
42
- name: Deploy to pages
43
if: ${{ github.ref_name == 'main' || github.event_name == 'release'}}
44
- uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # 4.7.3
+ uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # 4.7.4
45
with:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
BRANCH: gh-pages
0 commit comments