Fixed a typo
This commit is contained in:
parent
cdbcc434a2
commit
96352cc910
@ -51,7 +51,7 @@ pages:
|
|||||||
stage: doc
|
stage: doc
|
||||||
script:
|
script:
|
||||||
- 'pip install --upgrade sphinx'
|
- 'pip install --upgrade sphinx'
|
||||||
- -pip install --upgrade -r requirements.txt-
|
- 'pip install --upgrade -r requirements.txt'
|
||||||
- 'make html'
|
- 'make html'
|
||||||
- 'mv -f _build/html public'
|
- 'mv -f _build/html public'
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user