Skip to content

Commit

Permalink
Fixed push directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aarmey committed Jun 21, 2017
1 parent 3caf008 commit cc09032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Output/.git/HEAD: Output

upload: Output/.git/HEAD Output/Meyer_CV.pdf Output/Biosketch.pdf
cd Output; git add -A .; git status
git commit -m "Lastest site built on successful jenkins build $BUILD_NUMBER auto-pushed to github"
git push -q upstream HEAD:gh-pages
cd Output; git commit -m "Lastest site built on successful jenkins build $BUILD_NUMBER auto-pushed to github"
cd Output; git push -q upstream HEAD:gh-pages

clean:
rm -f res.cls *.aux *.log *.out *.pdf
Expand Down

0 comments on commit cc09032

Please sign in to comment.