Skip to content

CI: Fix uploading of documentation to the right directory.

Karol Krizka requested to merge docfix into master

The eos-deploy script keeps uploading do branch/html, where html is the name of the directory containing the locally built documentation. This is due to how xrdcp behaves.

This fixes it by first changing directory to doc/html and then uploading the local contents.

Edited by Karol Krizka

Merge request reports