feat: initial testing for gitlab page

This commit is contained in:
Swann Martinez 2021-02-27 21:31:41 +00:00
parent 6586647eac
commit 5b2211d95b
2 changed files with 12 additions and 0 deletions

View File

@ -2,9 +2,11 @@ stages:
- test
- build
- deploy
- doc
include:
- local: .gitlab/ci/test.gitlab-ci.yml
- local: .gitlab/ci/build.gitlab-ci.yml
- local: .gitlab/ci/deploy.gitlab-ci.yml
- local: .gitlab/ci/doc.gitlab-ci.yml

View File

@ -0,0 +1,10 @@
pages:
stage: doc
script:
- pip install -U sphinx
- sphinx-build -b html ./docs public
artifacts:
paths:
- public