We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e9581 commit a44106bCopy full SHA for a44106b
.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@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # 4.7.4
+ uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # 4.7.6
45
with:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
BRANCH: gh-pages
0 commit comments