mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 18:58:40 +00:00
fix script
This commit is contained in:
parent
ea5e624f59
commit
92e872b466
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Compile CSS
|
||||
run: npm run scss
|
||||
run: npm run scss --style=compressed styles.scss > styles.css
|
||||
- name: Check for modified files
|
||||
id: git-check
|
||||
run: echo ::set-output name=modified::$(if git diff-index --quiet HEAD -- *.{scss,css}; then echo "false"; else echo "true"; fi)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user