mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 13:54:31 +00:00
fix deploy docs
This commit is contained in:
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user