Allow versionized docs from support branches

This commit is contained in:
Blerim Sheqa 2021-02-09 13:41:52 +01:00
parent ab57923c12
commit 7ad028cd88
1 changed files with 1 additions and 0 deletions

View File

@ -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']