tutor-deck/.gitlab-ci.yml
Régis Behmo 46f7d7af30 ci: fix scss build on building
We add a custom hook to our sdist target, such that "make scss" is run
whenever we run `python -m build --sdist`.
2025-04-16 16:34:17 +02:00

9 lines
179 B
YAML

variables:
TUTOR_PLUGIN: deck
TUTOR_PYPI_PACKAGE: tutor-deck
GITHUB_REPO: overhangio/tutor-deck
include:
- project: "community/tutor-ci"
file: "plugin-gitlab-ci.yml"