Skip to content

Commit 270f818

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.6.8
1 parent b9178f8 commit 270f818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
NODE_OPTIONS: '--max-old-space-size=4096'
4242

4343
- name: Deploy Docs
44-
uses: JamesIves/[email protected].4
44+
uses: JamesIves/[email protected].8
4545
with:
4646
branch: gh-pages # The branch the action should deploy to.
4747
folder: .out # The folder the action should deploy.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
NODE_OPTIONS: '--max-old-space-size=4096'
128128

129129
- name: Deploy 🚀
130-
uses: JamesIves/[email protected].4
130+
uses: JamesIves/[email protected].8
131131
with:
132132
branch: gh-pages # The branch the action should deploy to.
133133
folder: .out # The folder the action should deploy.

0 commit comments

Comments
 (0)