Skip to content

Commit

Permalink
push with cmd line
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed May 4, 2023
1 parent cff9626 commit 8c9732c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion respec_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def publish(branch_name, html_files):
repo.index.commit('Latest ReSpec HTML')

# push to the origin (assumed to be the first remote)
repo.remotes[0].push(force=True)
repo.git.push(force=True)

if __name__ == "__main__":
parser = argparse.ArgumentParser()
Expand Down

0 comments on commit 8c9732c

Please sign in to comment.