Skip to content

Commit

Permalink
Use --no-jekyll flag when invoking ghp-import (#3259)
Browse files Browse the repository at this point in the history
  • Loading branch information
Salar Nosrati-Ershad authored Jan 15, 2024
1 parent 5e6dba7 commit b1cb6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelican/tools/templates/Makefile.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ cf_upload: publish
{% if github %}
{% set upload = upload + ["github"] %}
github: publish
ghp-import -m "$(GITHUB_PAGES_COMMIT_MESSAGE)" -b $(GITHUB_PAGES_BRANCH) "$(OUTPUTDIR)"
ghp-import -m "$(GITHUB_PAGES_COMMIT_MESSAGE)" -b $(GITHUB_PAGES_BRANCH) "$(OUTPUTDIR)" --no-jekyll
git push origin $(GITHUB_PAGES_BRANCH)

{% endif %}
Expand Down

0 comments on commit b1cb6c7

Please sign in to comment.