stages: - docs pages: stage: docs image: python:alpine before_script: - pip install mkdocs - pip install mkdocs-material script: - mkdocs build - ls artifacts: paths: - site only: - master