tutor-deck/.gitlab-ci.yml
Régis Behmo 72a8427d4e ci: build css files prior to running any other CI step
This will be necessary to push css files to pypi.
2025-04-16 15:13:29 +02:00

13 lines
217 B
YAML

variables:
TUTOR_PLUGIN: deck
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"