4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-04-30 23:54:33 +00:00

fix deploy docs

This commit is contained in:
Andrei Yankovich 2022-01-19 00:09:30 +03:00
parent 754a585a44
commit b44ee988b6

@ -33,6 +33,11 @@ class Docs(CMake):
def move(props):
return 'mv docs/* ' + str(props.getProperty('copyFolder'))
res += [self.generateStep('mkdir -p Distro',
platform,
'make target dir',
self.isDeploy)]
res += [self.generateStep(move,
platform,
'moveDocs',