Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
chore: even more git commands (WIP)
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
  • Loading branch information
shanduur committed Jun 3, 2024
1 parent 30b3036 commit b3609ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hack/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ def is_initial() -> bool:
stdout=sys.stdout,
stderr=sys.stderr,
)
subprocess.run(
["git", "show-ref"],
stdout=sys.stdout,
stderr=sys.stderr,
)

logger.info("getting ref of gh-pages")
rc = subprocess.run(
Expand Down

0 comments on commit b3609ad

Please sign in to comment.