Skip to content

Commit ef129bf

Browse files
committed
Updated Makefile to support personal github page
1 parent 6d8b02b commit ef129bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ cf_upload: publish
118118
cd $(OUTPUTDIR) && swift -v -A https://auth.api.rackspacecloud.com/v1.0 -U $(CLOUDFILES_USERNAME) -K $(CLOUDFILES_API_KEY) upload -c $(CLOUDFILES_CONTAINER) .
119119

120120
github: publish
121-
ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) $(OUTPUTDIR)
122-
git push origin $(GITHUB_PAGES_BRANCH)
121+
ghp-import $(OUTPUTDIR)
122+
git push git@github.com:drorata/drorata.github.io.git gh-pages:$(GITHUB_PAGES_BRANCH)
123123

124124
.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

Comments
 (0)