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: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
PIP_EXTRA_INDEX_URL: https://edugit.org/api/v4/projects/257/packages/pypi/simple
pages: pages:
stage: deploy stage: deploy
before_script: before_script:
- apt-get -y update && apt-get -y install po4a - apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola
- pip install -r requirements.txt - apk add yarn
- yarn install
script: script:
- make publish; make publish - zola build
- cp _redirects public/
artifacts: artifacts:
paths: paths:
- public/ - 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