mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
prettify github make commit message
This commit is contained in:
parent
7fabd712a1
commit
95e170a15f
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ cf_upload: publish
|
|||
cd $(OUTPUTDIR) && swift -v -A https://auth.api.rackspacecloud.com/v1.0 -U $(CLOUDFILES_USERNAME) -K $(CLOUDFILES_API_KEY) upload -c $(CLOUDFILES_CONTAINER) .
|
||||
|
||||
github: publish
|
||||
ghp-import -b $(GITHUB_PAGES_BRANCH) $$(OUTPUTDIR)
|
||||
ghp-import -m "generate blog content" -b $(GITHUB_PAGES_BRANCH) $$(OUTPUTDIR)
|
||||
git push origin $(GITHUB_PAGES_BRANCH)
|
||||
|
||||
.PHONY: html help clean regenerate serve devserver publish ssh_upload rsync_upload dropbox_upload ftp_upload s3_upload cf_upload github
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue