Allow versionized docs from support branches
This commit is contained in:
parent
ab57923c12
commit
7ad028cd88
|
@ -103,6 +103,7 @@ version = if project_config['project']['latest']
|
|||
'snapshot'
|
||||
else
|
||||
project_config['project']['ref'].gsub('tags/', '')
|
||||
project_config['project']['ref'].gsub('support/', '')
|
||||
end
|
||||
|
||||
source_dir = project_config['source_dir'] + '/' + project_config['project']['target']
|
||||
|
|
Loading…
Reference in New Issue