mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Remove redundant ghp-import recipe
It was already being installed via requirements.txt
This commit is contained in:
parent
8d27a53590
commit
e166a2c5e5
1 changed files with 4 additions and 7 deletions
11
Makefile
11
Makefile
|
|
@ -85,6 +85,10 @@ stopserver: | venv
|
||||||
publish: | venv
|
publish: | venv
|
||||||
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)
|
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)
|
||||||
|
|
||||||
|
github: submodule publish | venv
|
||||||
|
$(VENV)/ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) $(OUTPUTDIR)
|
||||||
|
git push origin $(GITHUB_PAGES_BRANCH)
|
||||||
|
|
||||||
.PHONY: html help clean regenerate serve serve-global devserver publish ssh_upload rsync_upload dropbox_upload ftp_upload s3_upload cf_upload github
|
.PHONY: html help clean regenerate serve serve-global devserver publish ssh_upload rsync_upload dropbox_upload ftp_upload s3_upload cf_upload github
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -99,10 +103,3 @@ Makefile.venv:
|
||||||
&& mv Makefile.fetched Makefile.venv
|
&& mv Makefile.fetched Makefile.venv
|
||||||
VENVDIR:=$(abspath $(VENVDIR))
|
VENVDIR:=$(abspath $(VENVDIR))
|
||||||
export PELICAN
|
export PELICAN
|
||||||
|
|
||||||
$(VENV)/ghp-import:
|
|
||||||
$(VENV)/pip install ghp-import
|
|
||||||
|
|
||||||
github: submodule publish $(VENV)/ghp-import
|
|
||||||
$(VENV)/ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) $(OUTPUTDIR)
|
|
||||||
git push origin $(GITHUB_PAGES_BRANCH)
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue