summaryrefslogtreecommitdiffstats
path: root/.github/workflows/command-compile.yml
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-12-06 14:54:02 +0100
committerGitHub <noreply@github.com>2022-12-06 14:54:02 +0100
commitb981b23e3da0147c11606fb57936da3a03263ab1 (patch)
tree531a362e2328c6fb38532ecd55d20744a580e4e7 /.github/workflows/command-compile.yml
parentb3d9af7cfc9e27dd011997de1c69f6b2d0f48a69 (diff)
downloadnextcloud-server-b981b23e3da0147c11606fb57936da3a03263ab1.tar.gz
nextcloud-server-b981b23e3da0147c11606fb57936da3a03263ab1.zip
Update compile to not run sass twice
They are now included in the `postbuild` npm step Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to '.github/workflows/command-compile.yml')
-rw-r--r--.github/workflows/command-compile.yml6
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: |