I’m looking to build and publish a latex document every time I advance the tip of a specific branch.
I’m looking at what hook I should be putting my build script and which conditions I need to check for.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Probably a little late… but you can find out which branch was committed to by using
in you script when you checked out the branch to commit in it.