Skip to content

fix(indexes): 修复索引为数字字符串时侧边栏不能正常激活的问题 #2365

fix(indexes): 修复索引为数字字符串时侧边栏不能正常激活的问题

fix(indexes): 修复索引为数字字符串时侧边栏不能正常激活的问题 #2365

name: Compressed Size
on:
pull_request:
types: [opened, synchronize]
jobs:
compressed-size:
runs-on: ubuntu-latest
if: startsWith(github.head_ref, 'release/')
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: 94dreamer/compressed-size-action@master
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: './dist/**/*.{js,css}'