Remove artifacts line

This commit is contained in:
mcbloch 2021-10-11 15:46:41 +02:00
parent 386385b23e
commit a9bbc1074b

View file

@ -39,9 +39,6 @@ pages:
script:
- mkdocs build --strict --verbose
- rsync -e 'ssh -v -p 2222' -aglpPrtvz --delete site/ "drive@herbert.ugent.be:/home/drive/public/"
artifacts:
paths:
- site
only:
- master
- mkdocs