Forked from
Academany / Textile Academy / 2020 / students / loes.bogers
187 commits behind the upstream repository.
.gitlab-ci.yml 185 B
image: python:alpine
before_script:
- pip install -r requirements.txt
pages:
script:
- mkdocs build
- mv _site public
artifacts:
paths:
- public
only:
- master