From b981b23e3da0147c11606fb57936da3a03263ab1 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Tue, 6 Dec 2022 14:54:02 +0100 Subject: Update compile to not run sass twice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are now included in the `postbuild` npm step Signed-off-by: John Molakvoæ --- .github/workflows/command-compile.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/command-compile.yml b/.github/workflows/command-compile.yml index afcb4b362ad..090324e987b 100644 --- a/.github/workflows/command-compile.yml +++ b/.github/workflows/command-compile.yml @@ -86,12 +86,6 @@ jobs: npm ci npm run build --if-present - - name: Build css - run: npm run --if-present sass - - - name: Build icons css - run: npm run --if-present sass:icons - - name: Commit and push default if: ${{ needs.init.outputs.arg1 != 'fixup' && needs.init.outputs.arg1 != 'amend' }} run: | -- cgit v1.2.3 From de3c5f2b1c7180b7aad771bbf50d02082c480d14 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Tue, 6 Dec 2022 14:56:08 +0100 Subject: Update node check to not run sass twice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are now included in the `postbuild` npm step Signed-off-by: John Molakvoæ --- .github/workflows/node.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 7173a224c24..443ed95dd24 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -45,12 +45,6 @@ jobs: npm ci npm run build --if-present - - name: Build css - run: npm run sass - - - name: Build icons css - run: npm run sass:icons - - name: Check webpack build changes run: | bash -c "[[ ! \"`git status --porcelain `\" ]] || (echo 'Please recompile and commit the assets, see the section \"Show changes on failure\" for details' && exit 1)" -- cgit v1.2.3