Skip to content

Commit

Permalink
chore(CI): fix the set-output deprecation warning when deploy website
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed May 9, 2023
1 parent 3d924e0 commit 27c05f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-builder-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: pnpm --filter @modern-js/builder-doc run build:doc

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: packages/document/builder-doc/doc_build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-doc-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: pnpm --filter @modern-js/doc-tools-doc run build:doc

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: packages/document/doc-tools-doc/doc_build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-main-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: pnpm --filter @modern-js/main-doc run build:doc

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: packages/document/main-doc/doc_build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-module-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: pnpm --filter @modern-js/module-tools-docs run build:doc

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: packages/document/module-doc/doc_build
Expand Down

0 comments on commit 27c05f2

Please sign in to comment.