Skip to content

Commit

Permalink
missing tick for gh-pages commit generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ischneider committed Aug 25, 2015
1 parent 5f5aa74 commit c24c4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gh-docs:
mv -fv docs/build/html/* ./
rm -rf $(GH_PAGES_SOURCES)
git add -A
git commit -m "gh-pages for `git log master -1 --oneline"
git commit -m "gh-pages for `git log master -1 --oneline`"

release:
@[ $(TAG) ] || exit 1
Expand Down

0 comments on commit c24c4df

Please sign in to comment.