Skip to content

Commit 65b1fd4

Browse files
Update docs/management/commands/update_docs.py
Co-authored-by: Paolo Melchiorre <pmelchiorre@rippling.com>
1 parent 055c694 commit 65b1fd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/management/commands/update_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def zipfile_inclusion_filter(file_path):
280280
documents = gen_decoded_documents(json_built_dir)
281281
with open(json_built_dir / "globalcontext.json") as context:
282282
release.global_context = json.load(context)
283-
release.save()
283+
release.save(update_fields=["global_context"])
284284
release.sync_to_db(documents)
285285

286286
def update_git(self, url, destdir, changed_dir="."):

0 commit comments

Comments
 (0)