mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-23 23:58:40 +00:00
fix build script for css
This commit is contained in:
parent
cac94a8a63
commit
bd3e17894c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
run: npm run scss
|
||||
- name: Check for modified files
|
||||
id: git-check
|
||||
run: echo ::set-output name=modified::$(if git diff-index --quiet HEAD --; then echo "false"; else echo "true"; fi)
|
||||
run: echo ::set-output name=modified::$(if git diff-index --quiet HEAD -- *.{scss,css}; then echo "false"; else echo "true"; fi)
|
||||
- name: Push changes
|
||||
if: steps.git-check.outputs.modified == 'true'
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user