-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable Jekyll processing on GitHub Pages #259
Conversation
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 uneccessary CI job, which can slow down webpage deployment. https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/
The other option would be:
But I find the proposed solution cleaner because it avoids cluttering master with an additional file and keeps the |
This looks okay to me, but I'm not familiar with Jekyll processing. Should we have @vincerubinetti review before merging? |
This is fine with me. It shouldn't affect anything. |
GitHub Pages automatically performs Jekyll processing. It's like an extra CI step that runs on Currently, gh-pages --> jekyll --> GitHub Pages |
This build is based on 3defccf. This commit was created by the following Travis CI build and job: https://travis-ci.com/manubot/rootstock/builds/121774858 https://travis-ci.com/manubot/rootstock/jobs/222037637 [ci skip] The full commit message that triggered this build is copied below: Disable Jekyll processing on GitHub Pages Merges #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/
This build is based on 3defccf. This commit was created by the following Travis CI build and job: https://travis-ci.com/manubot/rootstock/builds/121774858 https://travis-ci.com/manubot/rootstock/jobs/222037637 [ci skip] The full commit message that triggered this build is copied below: Disable Jekyll processing on GitHub Pages Merges #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/
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/
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/
Specify
--no-jekyll
to add a.nojekyll
file to thegh-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/