summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/command-compile.yml6
-rw-r--r--.github/workflows/node.yml6
2 files changed, 0 insertions, 12 deletions
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: |
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)"