chore: use --no-jekyll flag for ghp-import

This commit is contained in:
Salar Nosrati-Ershad 2023-11-26 22:48:41 +03:30
commit 4d93609e03

View file

@ -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 %}