We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4cf32c commit 81094e9Copy full SHA for 81094e9
.github/workflows/doc_generation.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: "Deploy website"
38
if: "${{ github.event_name == 'push' || github.event_name == 'release' }}"
39
- uses: JamesIves/github-pages-deploy-action@v4.5.0
+ uses: JamesIves/github-pages-deploy-action@v4.6.1
40
with:
41
token: ${{ secrets.GITHUB_TOKEN }}
42
branch: gh-pages # The branch the action should deploy to.
0 commit comments