Fixed a typo

This commit is contained in:
Manuel Cortez 2022-02-19 17:39:48 -06:00
parent cdbcc434a2
commit 96352cc910
No known key found for this signature in database
GPG Key ID: 262CC30FA01B5CBF

View File

@ -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: