We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92fecc commit cb97fc3Copy full SHA for cb97fc3
.github/workflows/build.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build:
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
14
timeout-minutes: 10
15
steps:
16
- uses: actions/checkout@v2
@@ -25,10 +25,7 @@ jobs:
25
ssh://[email protected]/
26
- run: npm ci
27
- run: npm run build
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
+ - run: npm run opt
32
- uses: peaceiris/[email protected]
33
with:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/lint.yml
@@ -5,7 +5,7 @@ on:
5
6
7
lint:
8
9
0 commit comments