mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
chore: use --no-jekyll flag for ghp-import
This commit is contained in:
parent
d9b2bc3a4e
commit
4d93609e03
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ cf_upload: publish
|
|||
{% if github %}
|
||||
{% set upload = upload + ["github"] %}
|
||||
github: publish
|
||||
ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) "$(OUTPUTDIR)"
|
||||
ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) "$(OUTPUTDIR)" --no-jekyll
|
||||
git push origin $(GITHUB_PAGES_BRANCH)
|
||||
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue