From 92e872b466b7fd59fc6ed30075f1f70c59882ab6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 26 Oct 2023 16:09:40 +0000 Subject: [PATCH] fix script --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a413a01..2ff109f 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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)