From 21cbcdd8de0f755569a2faca0985315c76322a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 16 Apr 2025 15:13:29 +0200 Subject: [PATCH] ci: build css files prior to running any other CI step This will be necessary to push css files to pypi. --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c3dbc9..2249769 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"