Skip to content

Commit

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

Bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.2
  • Loading branch information
github-actions[bot] authored Dec 9, 2024
2 parents 3a8b6cf + efc6e53 commit 848520a
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].1
uses: JamesIves/[email protected].2
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].1
uses: JamesIves/[email protected].2
with:
branch: gh-pages
folder: packages/frontend/dist
Expand Down

0 comments on commit 848520a

Please sign in to comment.