mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-08 03:09:35 +00:00
fix move command
This commit is contained in:
parent
15b1898e59
commit
d64da1b69b
@ -30,9 +30,13 @@ class Docs(CMake):
|
||||
'Generate docs for the project',
|
||||
self.isDeploy)]
|
||||
|
||||
res += [steps.CopyDirectory(
|
||||
src="docs/html",
|
||||
dest=util.Interpolate('%(prop:copyFolder)s'))]
|
||||
def move(props):
|
||||
return 'mv docs ' + str(props.getProperty('repository'))
|
||||
|
||||
res += [self.generateStep(move,
|
||||
platform,
|
||||
'moveDocs',
|
||||
self.isDeploy)]
|
||||
|
||||
return res
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user