Skip to content

Commit e3ceaae

Browse files
chore(deps): bump JamesIves/github-pages-deploy-action from 4.7.2 to 4.7.3 (#235)
chore(deps): bump JamesIves/github-pages-deploy-action Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.2...v4.7.3) --- 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 54867fe commit e3ceaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# go into repo's settings > pages and set "deploy from branch: gh-pages"
7373
# the other defaults work fine.
7474
- name: Deploy to Github Pages
75-
uses: JamesIves/github-pages-deploy-action@v4.7.2
75+
uses: JamesIves/github-pages-deploy-action@v4.7.3
7676
# ONLY if we're on main (so no PRs or feature branches allowed!)
7777
if: ${{ github.ref == 'refs/heads/main' }}
7878
with:

0 commit comments

Comments
 (0)