Skip to content

Commit 81094e9

Browse files
--- (#690)
updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4cf32c commit 81094e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc_generation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: "Deploy website"
3838
if: "${{ github.event_name == 'push' || github.event_name == 'release' }}"
39-
uses: JamesIves/github-pages-deploy-action@v4.5.0
39+
uses: JamesIves/github-pages-deploy-action@v4.6.1
4040
with:
4141
token: ${{ secrets.GITHUB_TOKEN }}
4242
branch: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)