Skip to content

Commit

Permalink
chore(deps): update jamesives/github-pages-deploy-action action to v4…
Browse files Browse the repository at this point in the history
….6.8
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent b9178f8 commit 270f818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
NODE_OPTIONS: '--max-old-space-size=4096'

- name: Deploy Docs
uses: JamesIves/[email protected].4
uses: JamesIves/[email protected].8
with:
branch: gh-pages # The branch the action should deploy to.
folder: .out # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
NODE_OPTIONS: '--max-old-space-size=4096'

- name: Deploy 🚀
uses: JamesIves/[email protected].4
uses: JamesIves/[email protected].8
with:
branch: gh-pages # The branch the action should deploy to.
folder: .out # The folder the action should deploy.
Expand Down

0 comments on commit 270f818

Please sign in to comment.