Skip to content
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

Merged
merged 1 commit into from
Aug 2, 2019

Conversation

dhimmel
Copy link
Member

@dhimmel dhimmel commented Aug 2, 2019

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 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/
@dhimmel
Copy link
Member Author

dhimmel commented Aug 2, 2019

The other option would be:

touch webpage/.nojekyll

But I find the proposed solution cleaner because it avoids cluttering master with an additional file and keeps the webpage directory host agnostic.

@agitter
Copy link
Member

agitter commented Aug 2, 2019

This looks okay to me, but I'm not familiar with Jekyll processing. Should we have @vincerubinetti review before merging?

@vincerubinetti
Copy link
Collaborator

This is fine with me. It shouldn't affect anything.

@dhimmel
Copy link
Member Author

dhimmel commented Aug 2, 2019

I'm not familiar with Jekyll processing

GitHub Pages automatically performs Jekyll processing. It's like an extra CI step that runs on gh-pages, but where you can't see the CI logs. In our case, it doesn't modify the content of gh-pages at all.

Currently, gh-pages --> jekyll --> GitHub Pages
After this PR, gh-pages --> GitHub Pages

@dhimmel dhimmel merged commit 3defccf into manubot:master Aug 2, 2019
dhimmel added a commit that referenced this pull request Aug 2, 2019
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/
dhimmel added a commit that referenced this pull request Aug 2, 2019
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/
adebali pushed a commit to CompGenomeLab/lemur-manuscript-archive that referenced this pull request Mar 4, 2020
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/
ploegieku added a commit to ploegieku/2023-functional-homology-paper that referenced this pull request Aug 6, 2024
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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants