Attempt #2 to point GitLab Pages to docs/ folder.
This commit is contained in:
parent
9e7173c651
commit
81bf2654ba
@ -5,9 +5,8 @@ pages:
|
||||
- apk --no-cache add py2-pip python-dev
|
||||
- pip install sphinx
|
||||
- apk --no-cache add make
|
||||
- cd docs
|
||||
- make html
|
||||
- mv _build/html/ ../public/
|
||||
- sphinx-build -b html docs/ _build/
|
||||
- mv _build/html/ public/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
Loading…
x
Reference in New Issue
Block a user