Skip to content
Snippets Groups Projects
Commit 823d3866 authored by Volker von Holt's avatar Volker von Holt
Browse files

Update file .gitlab-ci.yml

parent 7e14d754
No related branches found
No related tags found
No related merge requests found
Pipeline #477820 canceled
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
image: busybox
image: python:3.8-alpine
stages:
- deploy
pages:
tags:
- sphinx
stage: deploy
script:
- echo "The site will be deployed to $CI_PAGES_URL"
- python3 -m pip install sphinx rtd
- sphinx-build -b html docs/source/ public/
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
only:
- master
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