Don't activate version on build

add-modified-date-importedfile
Santos Gallegos 2018-10-25 12:42:19 -05:00
parent dfc8fc9eba
commit 981ef8fb81
1 changed files with 0 additions and 1 deletions

View File

@ -605,7 +605,6 @@ class UpdateDocsTaskStep(SyncRepositoryMixin):
if html:
version = api_v2.version(self.version.pk)
version.patch({
'active': True,
'built': True,
})
except HttpClientError: