Skip to content

Commit

Permalink
Disable Jekyll processing on GitHub Pages
Browse files Browse the repository at this point in the history
Merges manubot/rootstock#259

Specify --no-jekyll to add a .nojekyll file to the gh-pages branch.

Manubot does not make use of Jekyll to do additional processing
of webpage content hosted on GitHub Pages. Disable Jekyll to
bypass an unnecessary CI job, which can slow down webpage deployment.
https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/
  • Loading branch information
dhimmel authored Aug 2, 2019
1 parent de83608 commit 3defccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ ghp-import \

# Deploy the webpage directory to gh-pages
ghp-import \
--no-jekyll \
--follow-links \
--push \
--branch=gh-pages \
Expand Down

0 comments on commit 3defccf

Please sign in to comment.