Skip to content

Commit

Permalink
Update JamesIves/github-pages-deploy-action action to v4.6.9
Browse files Browse the repository at this point in the history
| datasource  | package                              | from   | to     |
| ----------- | ------------------------------------ | ------ | ------ |
| github-tags | JamesIves/github-pages-deploy-action | v4.6.8 | v4.6.9 |
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent 1c82de2 commit 045e5f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:

- name: Deploy docs 🚀 to website
if: ${{ contains(matrix.os, 'macos') }}
uses: JamesIves/[email protected].8
uses: JamesIves/[email protected].9
with:
branch: gh-pages # The branch the action should deploy to.
folder: site # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Deploy docs 🚀 to website
if: ${{ contains(matrix.os, 'macos') }}
uses: JamesIves/[email protected].8
uses: JamesIves/[email protected].9
with:
branch: gh-pages # The branch the action should deploy to.
folder: site # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

- name: Deploy docs 🚀 to website
if: ${{ contains(matrix.os, 'macos') }}
uses: JamesIves/[email protected].8
uses: JamesIves/[email protected].9
with:
branch: gh-pages # The branch the action should deploy to.
folder: site # The folder the action should deploy.
Expand Down

0 comments on commit 045e5f4

Please sign in to comment.