Skip to content
Snippets Groups Projects
Commit b7b499e1 authored by magicfelix's avatar magicfelix
Browse files

[CI] Adjust to zola

parent 06183c82
No related branches found
No related tags found
1 merge request!28Neue Website basierend auf Zola
image: python:3.9-bullseye
image: alpine:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
PIP_EXTRA_INDEX_URL: https://edugit.org/api/v4/projects/257/packages/pypi/simple
pages:
stage: deploy
before_script:
- apt-get -y update && apt-get -y install po4a
- pip install -r requirements.txt
- apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola
- apk add yarn
- yarn install
script:
- make publish; make publish
- cp _redirects public/
- zola build
artifacts:
paths:
- public/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment