Skip to content

Commit

Permalink
chore: replace swiper style path (#908)
Browse files Browse the repository at this point in the history
* chore: replace swiper style path

* chore: update github action
  • Loading branch information
uyarn authored May 23, 2022
1 parent 03bac59 commit 2bc4109
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-compressed-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ on:
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}"
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: './dist/**/*.{js,css}'
2 changes: 1 addition & 1 deletion src/swiper/style/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import '../../_common/style/web/components/swiper-new/_index.less';
import '../../_common/style/web/components/swiper/_index.less';

0 comments on commit 2bc4109

Please sign in to comment.