File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ PUBLISHCONF=$(BASEDIR)/publishconf.py
10
10
11
11
S3_BUCKET =pzelnip_test_pelican
12
12
13
- GITHUB_PAGES_BRANCH =master
13
+ # GITHUB_PAGES_BRANCH=master
14
14
15
15
DEBUG ?= 0
16
16
ifeq ($(DEBUG ) , 1)
35
35
@echo ' make devserver [PORT=8000] start/restart develop_server.sh '
36
36
@echo ' make stopserver stop local server '
37
37
@echo ' make s3_upload upload the web site via S3 '
38
- @echo ' make github upload the web site via gh-pages '
38
+ # @echo ' make github upload the web site via gh-pages '
39
39
@echo ' '
40
40
@echo 'Set the DEBUG variable to 1 to enable debugging, e.g. make DEBUG=1 html '
41
41
@echo 'Set the RELATIVE variable to 1 to enable relative urls '
@@ -85,8 +85,8 @@ s3_upload: publish
85
85
s3_upload_dryrun : publish
86
86
aws s3 sync output/ s3://www.codependentcodr.com --delete --dryrun
87
87
88
- github : publish
89
- ghp-import -m " Generate Pelican site" -b $(GITHUB_PAGES_BRANCH ) $(OUTPUTDIR )
90
- git push origin $(GITHUB_PAGES_BRANCH )
88
+ # github: publish
89
+ # ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) $(OUTPUTDIR)
90
+ # git push origin $(GITHUB_PAGES_BRANCH)
91
91
92
92
.PHONY : html help clean regenerate serve serve-global devserver stopserver publish s3_upload github
You can’t perform that action at this time.
0 commit comments