feat: initial testing for gitlab page
This commit is contained in:
parent
6586647eac
commit
5b2211d95b
@ -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
|
||||
|
10
.gitlab/ci/doc.gitlab-ci.yml
Normal file
10
.gitlab/ci/doc.gitlab-ci.yml
Normal file
@ -0,0 +1,10 @@
|
||||
pages:
|
||||
stage: doc
|
||||
script:
|
||||
- pip install -U sphinx
|
||||
- sphinx-build -b html ./docs public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user