We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6d66f commit 0f1a112Copy full SHA for 0f1a112
.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/[email protected].8
+ uses: JamesIves/[email protected].9
40
with:
41
token: ${{ secrets.GITHUB_TOKEN }}
42
branch: gh-pages # The branch the action should deploy to.
0 commit comments