diff options
Diffstat (limited to '.github/workflows/command-compile.yml')
-rw-r--r-- | .github/workflows/command-compile.yml | 6 |
1 files changed, 0 insertions, 6 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: | |