7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-02 22:30:47 +00:00

Fix docs deployment

This commit is contained in:
Régis Behmo 2019-06-24 12:49:16 +02:00
parent dbab2337b6
commit 8c6bbf3ba2

View File

@ -62,7 +62,8 @@ deploy:docs:
dependencies:
- build:docs
script:
- cp -r docs/_build/html/ /var/www/docs.tutor.overhang.io
- rm -rf /var/www/docs.tutor.overhang.io
- mv docs/_build/html/ /var/www/docs.tutor.overhang.io
only:
- tags
tags: