Skip to content

Commit 0b94b36

Browse files
Bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.4.0...v4.4.1) --- 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>
1 parent fe559ad commit 0b94b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cache: "npm"
1818
- run: npm install
1919
- run: npm run build
20-
- uses: JamesIves/github-pages-deploy-action@v4.4.0
20+
- uses: JamesIves/github-pages-deploy-action@v4.4.1
2121
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.node-version == 16
2222
name: Deploy to gh-pages
2323
with:

0 commit comments

Comments
 (0)