Skip to content

Commit bc14c2f

Browse files
Merge pull request #183 from aayushacharya/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.4.3
build(deps): bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3
2 parents f8cd0b6 + 20da23e commit bc14c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gatsby-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: npm run build --if-present
3434
- name: Deploy 🚀
3535
if: github.event_name == 'push'
36-
uses: JamesIves/github-pages-deploy-action@v4.4.2
36+
uses: JamesIves/github-pages-deploy-action@v4.4.3
3737
with:
3838
branch: gh-pages # The branch the action should deploy to.
3939
folder: public

0 commit comments

Comments
 (0)