queer-feminist-football/.gitlab-ci.yml

19 lines
315 B
YAML
Raw Permalink Normal View History

2018-08-09 16:18:27 +00:00
image: python:alpine
before_script:
- pip install mkdocs
# Add your custom theme if not inside a theme_dir
# (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes)
# - pip install mkdocs-material
pages:
script:
- mkdocs build
- mv site public
artifacts:
paths:
- public
only:
- master