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:
parent
431b775529
commit
21cbcdd8de
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user