diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ee125f..530abd3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,20 +11,6 @@ variables: BASE_LAYER: bookworm UV_LINK_MODE: copy -artebuild: - stage: build - image: "ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER" - before_script: - - "bash ./scripts/install-sass.sh" - - "apt-get update && apt-get install zip -y" - script: - - "uv run generator/ generate site/ --production" - - "(cd _dist && zip -r ../site-blob.zip *)" - artifacts: - paths: - - "site-blob.zip" - expire_in: 1 day - buildAndPublish: stage: build image: docker