Skip to content

Commit

Permalink
chore(CI): enable single-commit to reduce the repo size (#4686)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Sep 20, 2023
1 parent 03accdf commit 3059a23
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-builder-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ jobs:
target-folder: modern-js/builder
git-config-name: gh-pages-bot
git-config-email: 41898282+github-actions[bot]@users.noreply.github.com
# enable single-commit to reduce the repo size
single-commit: true
clean: true
2 changes: 2 additions & 0 deletions .github/workflows/build-devtools-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ jobs:
target-folder: devtools/${{ steps.vars.outputs.sha_short }}
git-config-name: gh-pages-bot
git-config-email: 41898282+github-actions[bot]@users.noreply.github.com
# enable single-commit to reduce the repo size
single-commit: true
clean: true
2 changes: 2 additions & 0 deletions .github/workflows/build-main-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
target-folder: modern-js
git-config-name: gh-pages-bot
git-config-email: 41898282+github-actions[bot]@users.noreply.github.com
# enable single-commit to reduce the repo size
single-commit: true
clean: true
clean-exclude: |
v1/*
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-module-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ jobs:
target-folder: modern-js/module-tools
git-config-name: gh-pages-bot
git-config-email: 41898282+github-actions[bot]@users.noreply.github.com
# enable single-commit to reduce the repo size
single-commit: true
clean: true

0 comments on commit 3059a23

Please sign in to comment.