Skip to content

Commit 8b08bf1

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.6.9 (#102)
| datasource | package | from | to | | ----------- | ------------------------------------ | ------ | ------ | | github-tags | JamesIves/github-pages-deploy-action | v4.6.8 | v4.6.9 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1efd4b commit 8b08bf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167

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

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

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

0 commit comments

Comments
 (0)