CI: cd actually carries state?

WTF?
This commit is contained in:
2020-12-04 23:38:16 +01:00
parent 9e1943f8be
commit 1b625b26cc

View File

@ -11,7 +11,7 @@ stages:
script:
- pip install -r docs/requirements.txt
- cd docs/ && make html
- pwd && ls -l && mv _build/html/ public/
- mv _build/html/ ../public/
pages:
stage: pages