mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-26 14:37:52 +02:00
misc: monitor site global data with build size bot (#5111)
This commit is contained in:
parent
fbdeefcac6
commit
ed9d2a26f5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/v2-build-size-report.yml
vendored
2
.github/workflows/v2-build-size-report.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
build-script: 'build:v2:en'
|
build-script: 'build:v2:en'
|
||||||
pattern: '{website/build/assets/js/main*js,website/build/assets/css/styles*css,website/build/index.html,website/build/blog/**/introducing-docusaurus/*,website/build/docs/introduction/index.html}'
|
pattern: '{website/build/assets/js/main*js,website/build/assets/css/styles*css,website/build/index.html,website/build/blog/**/introducing-docusaurus/*,website/build/docs/introduction/index.html,website/.docusaurus/globalData.json}'
|
||||||
strip-hash: '\.([^;]\w{7})\.'
|
strip-hash: '\.([^;]\w{7})\.'
|
||||||
minimum-change-threshold: 30
|
minimum-change-threshold: 30
|
||||||
compression: 'none'
|
compression: 'none'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue