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 431b775529
commit 21cbcdd8de

View File

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