Skip to content

Commit bdc5866

Browse files
authoredOct 1, 2024··
Bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.8 (#291)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.4 to 4.6.8. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.6.4...v4.6.8) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 937547b commit bdc5866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
cd docs/src && make docs && touch ../.nojekyll
2525
- name: Deploy
26-
uses: JamesIves/github-pages-deploy-action@v4.6.4
26+
uses: JamesIves/github-pages-deploy-action@v4.6.8
2727
with:
2828
branch: gh-pages # The branch the action should deploy to.
2929
folder: docs # The folder the action should deploy.

0 commit comments

Comments
 (0)
Please sign in to comment.