Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #139 from sanchis/dependabot/github_actions/JamesI…
Browse files Browse the repository at this point in the history
…ves/github-pages-deploy-action-4.4.1

fix(deps): bump JamesIves/github-pages-deploy-action from 4.3.4 to 4.4.1
  • Loading branch information
sanchis authored Dec 3, 2022
2 parents 3bd1e40 + 4932798 commit 0e080da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm run export

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.4
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages # The branch the action should deploy to.
folder: out # The folder the action should deploy.
2 changes: 1 addition & 1 deletion .github/workflows/schedule_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm run export

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.4
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages # The branch the action should deploy to.
folder: out # The folder the action should deploy.

0 comments on commit 0e080da

Please sign in to comment.