Remove artebuild step

This commit is contained in:
akp 2025-05-25 17:52:08 +01:00
parent b629a9647b
commit 3cff5583b6

View file

@ -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