Skip to content

Commit 506072f

Browse files
authored
chore: bump deploy action to 4.6.1 (#5786)
1 parent 54e1f49 commit 506072f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-builder-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: pnpm --filter @modern-js/builder-doc run build:doc
4545

4646
- name: Deploy 🚀
47-
uses: JamesIves/github-pages-deploy-action@v4.4.1
47+
uses: JamesIves/github-pages-deploy-action@v4.6.1
4848
with:
4949
repository-name: web-infra-dev/web-infra-dev.github.io
5050
branch: main

.github/workflows/build-main-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: pnpm --filter @modern-js/main-doc run build:doc
4949

5050
- name: Deploy 🚀
51-
uses: JamesIves/github-pages-deploy-action@v4.4.1
51+
uses: JamesIves/github-pages-deploy-action@v4.6.1
5252
with:
5353
repository-name: web-infra-dev/web-infra-dev.github.io
5454
branch: main

.github/workflows/build-module-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: pnpm --filter @modern-js/module-tools-docs run build:doc
4545

4646
- name: Deploy 🚀
47-
uses: JamesIves/github-pages-deploy-action@v4.4.1
47+
uses: JamesIves/github-pages-deploy-action@v4.6.1
4848
with:
4949
repository-name: web-infra-dev/web-infra-dev.github.io
5050
branch: main

0 commit comments

Comments
 (0)