Forked from
Teckids / Team PR / teckids.org
1176 commits behind the upstream repository.
-
Tom Teichler authoredTom Teichler authored
.gitlab-ci.yml 263 B
image: python:3.8-buster
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
stage: deploy
before_script:
- pip install Markdown gitpython pelican py_w3c beautifulsoup4
script:
- make publish
artifacts:
paths:
- public/
only:
- master