Skip to content

Commit e92fecc

Browse files
committed
Try skipping ss:generate:all
1 parent b343e2c commit e92fecc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
2626
- run: npm ci
2727
- run: npm run build
28-
- run: npm run opt
28+
- run: npm run ss:generate:index
29+
- run: npm run ss:apply:index
30+
- run: npm run o:js
31+
- run: npm run o:css
2932
- uses: peaceiris/[email protected]
3033
with:
3134
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)