Skip to content

Commit 29dd115

Browse files
Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.3 to 4.7.4. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.3...v4.7.4) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b239a11 commit 29dd115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Deploy
4848
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
49-
uses: JamesIves/[email protected].3
49+
uses: JamesIves/[email protected].4
5050
with:
5151
branch: gh-pages # The branch the action should deploy to.
5252
folder: docs/_build/html # The folder the action should deploy.

0 commit comments

Comments
 (0)