From 289367b340c8cde0d0ae0de8aa4cce63e6e1e13b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 5 Jun 2020 18:52:10 +0200 Subject: [PATCH] fix build --- .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 8090bcc..24edba5 100644 --- 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: node-sass styles.scss styles.css + 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)