Skip to content

Commit

Permalink
fix: push
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 6, 2024
1 parent d8247a0 commit 5a213d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_ape/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def _publish(self, repository: str, cicd: bool = False, git_acp=True):
if git_acp:
git("add", ".")
git("commit", "-m", "Update documentation", "-a")
git("push")
git("push", "origin", "gh-pages")

finally:
shutil.rmtree(gh_pages_path, ignore_errors=True)
Expand Down

0 comments on commit 5a213d5

Please sign in to comment.