ci: build css files prior to running any other CI step

This will be necessary to push css files to pypi.
This commit is contained in:
Régis Behmo 2025-04-16 15:13:29 +02:00
parent 27fe51d133
commit 72a8427d4e

View File

@ -3,6 +3,10 @@ variables:
TUTOR_PYPI_PACKAGE: tutor-deck TUTOR_PYPI_PACKAGE: tutor-deck
GITHUB_REPO: overhangio/tutor-deck GITHUB_REPO: overhangio/tutor-deck
build-css:
script:
- make scss
include: include:
- project: "community/tutor-ci" - project: "community/tutor-ci"
file: "plugin-gitlab-ci.yml" file: "plugin-gitlab-ci.yml"