Skip to content

Commit

Permalink
Merge branch 'master' into development/fixed-arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaszm authored Aug 5, 2024
2 parents 18b0a95 + 1b9ae5c commit a75ba49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DocumentGenerator/DocumentGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def complete_yaml_creation(self):
repo = Repo(docs_path)
repo.git.add("index.html")
repo.git.add("{}".format(branch_name))
repo.index.commit("{} Documentation for ".format(branch_name))
repo.index.commit("{} Documentation".format(branch_name))
repo.remote().push()
log.Info("Script Completed Successfully")

0 comments on commit a75ba49

Please sign in to comment.