Skip to content

Commit 5cbd3e4

Browse files
authored
Merge branch 'main' into main
2 parents aecf112 + fc21353 commit 5cbd3e4

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/github-pages-deploy-action@v4.6.9
44+
uses: JamesIves/github-pages-deploy-action@v4.7.1
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/github-pages-deploy-action@v4.6.9
130+
uses: JamesIves/github-pages-deploy-action@v4.7.1
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)