Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae48b7a

Browse files
author
Adam Parkin
committed
Comment out ghpages from makefile
1 parent 1dbed87 commit ae48b7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PUBLISHCONF=$(BASEDIR)/publishconf.py
1010

1111
S3_BUCKET=pzelnip_test_pelican
1212

13-
GITHUB_PAGES_BRANCH=master
13+
# GITHUB_PAGES_BRANCH=master
1414

1515
DEBUG ?= 0
1616
ifeq ($(DEBUG), 1)
@@ -35,7 +35,7 @@ help:
3535
@echo ' make devserver [PORT=8000] start/restart develop_server.sh '
3636
@echo ' make stopserver stop local server '
3737
@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 '
3939
@echo ' '
4040
@echo 'Set the DEBUG variable to 1 to enable debugging, e.g. make DEBUG=1 html '
4141
@echo 'Set the RELATIVE variable to 1 to enable relative urls '
@@ -85,8 +85,8 @@ s3_upload: publish
8585
s3_upload_dryrun: publish
8686
aws s3 sync output/ s3://www.codependentcodr.com --delete --dryrun
8787

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)
9191

9292
.PHONY: html help clean regenerate serve serve-global devserver stopserver publish s3_upload github

0 commit comments

Comments
 (0)