Fixed a typo

This commit is contained in:
2022-02-19 17:39:48 -06:00
parent cdbcc434a2
commit 96352cc910

View File

@@ -51,7 +51,7 @@ pages:
stage: doc
script:
- 'pip install --upgrade sphinx'
- -pip install --upgrade -r requirements.txt-
- 'pip install --upgrade -r requirements.txt'
- 'make html'
- 'mv -f _build/html public'
artifacts: