Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lee KIMBER
pelican-alchemy
Commits
e166a2c5
Commit
e166a2c5
authored
Aug 21, 2020
by
Vitaly Potyarkin
Browse files
Remove redundant ghp-import recipe
It was already being installed via requirements.txt
parent
8d27a535
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e166a2c5
...
...
@@ -85,6 +85,10 @@ stopserver: | venv
publish
:
| venv
$(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
...
...
@@ -99,10 +103,3 @@ Makefile.venv:
&&
mv
Makefile.fetched Makefile.venv
VENVDIR
:=
$(
abspath
$(VENVDIR)
)
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)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment