File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 66__pycache__ /
77
88* .pyc
9+ . * .sw ?
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ CONFFILE=$(BASEDIR)/pelicanconf.py
99PUBLISHCONF =$(BASEDIR ) /publishconf.py
1010
1111GITHUB_PAGES_BRANCH =gh-pages
12+ GITHUB_PAGES_REMOTE =virtualsquare
1213
1314
1415DEBUG ?= 0
@@ -72,8 +73,8 @@ publish:
7273 " $( PELICAN) " " $( INPUTDIR) " -o " $( OUTPUTDIR) " -s " $( PUBLISHCONF) " $(PELICANOPTS )
7374
7475github : publish
75- ghp-import -m " Generate Pelican site" -b $(GITHUB_PAGES_BRANCH ) " $( OUTPUTDIR) "
76+ ghp-import -m " Generate Pelican site" -b $(GITHUB_PAGES_BRANCH ) -r $( GITHUB_PAGES_REMOTE ) " $( OUTPUTDIR) "
7677 git push origin $(GITHUB_PAGES_BRANCH )
7778
7879
79- .PHONY : html help clean regenerate serve serve-global devserver publish github
80+ .PHONY : html help clean regenerate serve serve-global devserver publish github
You can’t perform that action at this time.
0 commit comments