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
27fe51d133
commit
72a8427d4e
@ -3,6 +3,10 @@ variables:
|
|||||||
TUTOR_PYPI_PACKAGE: tutor-deck
|
TUTOR_PYPI_PACKAGE: tutor-deck
|
||||||
GITHUB_REPO: overhangio/tutor-deck
|
GITHUB_REPO: overhangio/tutor-deck
|
||||||
|
|
||||||
|
build-css:
|
||||||
|
script:
|
||||||
|
- make scss
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- project: "community/tutor-ci"
|
- project: "community/tutor-ci"
|
||||||
file: "plugin-gitlab-ci.yml"
|
file: "plugin-gitlab-ci.yml"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user