Skip to content
Snippets Groups Projects

CI: Fix uploading of documentation to the right directory.

Merged Karol Krizka requested to merge docfix into master
+ 2
1
@@ -83,4 +83,5 @@ deploy:
- cd build
- cmake3 ..
- make doxygen
- CI_OUTPUT_DIR=doc/html deploy-eos
- cd doc/html
- CI_OUTPUT_DIR=./ deploy-eos
Loading