mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2026-04-13 23:11:37 +08:00
fix ci
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -15,6 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
filters: |
|
filters: |
|
||||||
src:
|
src:
|
||||||
|
- ".github/workflows/*.yml"
|
||||||
- "scripts/*"
|
- "scripts/*"
|
||||||
- "src/**/*.ts"
|
- "src/**/*.ts"
|
||||||
- "styles/**/*.ts"
|
- "styles/**/*.ts"
|
||||||
@@ -26,7 +27,7 @@ jobs:
|
|||||||
id: build
|
id: build
|
||||||
if: steps.changes.outputs.src == 'true'
|
if: steps.changes.outputs.src == 'true'
|
||||||
run: |
|
run: |
|
||||||
npm run install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- name: Upload css assets
|
- name: Upload css assets
|
||||||
|
|||||||
Reference in New Issue
Block a user