We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8b02b commit ef129bfCopy full SHA for ef129bf
Makefile
@@ -118,7 +118,7 @@ cf_upload: publish
118
cd $(OUTPUTDIR) && swift -v -A https://auth.api.rackspacecloud.com/v1.0 -U $(CLOUDFILES_USERNAME) -K $(CLOUDFILES_API_KEY) upload -c $(CLOUDFILES_CONTAINER) .
119
120
github: publish
121
- ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) $(OUTPUTDIR)
122
- git push origin $(GITHUB_PAGES_BRANCH)
+ ghp-import $(OUTPUTDIR)
+ git push git@github.com:drorata/drorata.github.io.git gh-pages:$(GITHUB_PAGES_BRANCH)
123
124
.PHONY: html help clean regenerate serve serve-global devserver stopserver publish ssh_upload rsync_upload dropbox_upload ftp_upload s3_upload cf_upload github
0 commit comments