Skip to content
Snippets Groups Projects
Commit e0f9d43e authored by Fabian Wachsmann's avatar Fabian Wachsmann
Browse files

underscore missing

parent 15134b04
No related branches found
No related tags found
10 merge requests!87Setup for ci,!86Setup for ci,!85Setup for ci,!84Setup for ci,!83Setup for ci,!82Setup for ci,!81Setup for ci,!80Setup for ci,!79Setup for ci,!78Setup for ci
Pipeline #23335 passed
......@@ -33,7 +33,7 @@ build:
artifacts:
when: always
paths:
- docs/source/build/html
- docs/source/_build/html
expire_in: 5min
imageupdate:
......@@ -70,7 +70,7 @@ pages:
- chmod 600 $DEPLOY_KEY
- "rsync -rlgD --delete -e \"ssh -i $DEPLOY_KEY -o UserKnownHostsFile=$DEPLOY_HOST_KEYS\" docs/build/html/ $DEPLOY_USER@$DEPLOY_HOST:/var/www/$DEPLOY_USER"
- if ! test -d public ; then mkdir public ; fi
- mv docs/build/source/html/* public/
- mv docs/_build/source/html/* public/
only:
- master
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment