new content added to blog-src
This commit is contained in:
parent
e7c26b255f
commit
5e7f1556fb
1 changed files with 7 additions and 2 deletions
9
Makefile
9
Makefile
|
@ -120,8 +120,13 @@ 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 -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) $(OUTPUTDIR)
|
||||
git push origin $(GITHUB_PAGES_BRANCH)
|
||||
git add content/**
|
||||
git commit -m "new content added to blog-src"
|
||||
git push
|
||||
cd $(OUTPUTDIR)/
|
||||
git add **
|
||||
git commit -m "new content added to blog-html"
|
||||
git push
|
||||
|
||||
.PHONY: html help clean regenerate serve serve-global devserver stopserver publish ssh_upload rsync_upload dropbox_upload ftp_upload s3_upload cf_upload github
|
||||
|
||||
|
|
Loading…
Reference in a new issue