gitlab-ci: fix whitespace

This commit is contained in:
Hans-Christoph Steiner 2021-06-08 17:15:06 +02:00
parent 799ceda731
commit bcd3e89614
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -1,7 +1,7 @@
variables: variables:
pip: pip3 --timeout 100 --retries 10 pip: pip3 --timeout 100 --retries 10
# speed up git checkout phase # speed up git checkout phase
GIT_DEPTH: 1 GIT_DEPTH: 1
@ -427,6 +427,7 @@ Build documentation:
paths: paths:
- docs/build/html/ - docs/build/html/
pages: pages:
image: alpine:latest image: alpine:latest
stage: deploy stage: deploy