Skip to content

Commit

Permalink
Merge pull request #1603 from skaut/dependabot/github_actions/JamesIv…
Browse files Browse the repository at this point in the history
…es/github-pages-deploy-action-4.6.4

Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4
  • Loading branch information
github-actions[bot] authored Sep 2, 2024
2 parents 8b4694f + 73c6543 commit 4cc933b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
path: dist

- name: Deploy
uses: JamesIves/[email protected].3
uses: JamesIves/[email protected].4
with:
branch: gh-pages
folder: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
path: packages/frontend/dist

- name: Deploy
uses: JamesIves/[email protected].3
uses: JamesIves/[email protected].4
with:
branch: gh-pages
folder: packages/frontend/dist
Expand Down

0 comments on commit 4cc933b

Please sign in to comment.