diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/command-compile.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/command-compile.yml b/.github/workflows/command-compile.yml index 090324e987b..24af3eff5cf 100644 --- a/.github/workflows/command-compile.yml +++ b/.github/workflows/command-compile.yml @@ -86,6 +86,12 @@ 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: Commit and push default if: ${{ needs.init.outputs.arg1 != 'fixup' && needs.init.outputs.arg1 != 'amend' }} run: | |