Skip to content

Commit

Permalink
Update JamesIves/github-pages-deploy-action action to v4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 31, 2023
1 parent cdc3f91 commit d732cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm run build

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: gh-pages # the branch for the deployment
folder: build # the folder getting deployed

0 comments on commit d732cad

Please sign in to comment.