Skip to content

Commit 8c6bbf3

Browse files
committed
Fix docs deployment
1 parent dbab233 commit 8c6bbf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .gitlab-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ deploy:docs:
6262
dependencies:
6363
- build:docs
6464
script:
65-
- cp -r docs/_build/html/ /var/www/docs.tutor.overhang.io
65+
- rm -rf /var/www/docs.tutor.overhang.io
66+
- mv docs/_build/html/ /var/www/docs.tutor.overhang.io
6667
only:
6768
- tags
6869
tags:

0 commit comments

Comments
 (0)