Skip to content

Commit

Permalink
Disable Jekyll processing on GitHub Pages
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
dhimmel committed Aug 2, 2019
1 parent 4626a81 commit 0b355eb
Show file tree
Hide file tree
Showing 18 changed files with 4,134 additions and 9 deletions.
Empty file added .nojekyll
Empty file.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Output directory containing the formatted manuscript

The [`gh-pages`](https://github.com/manubot/rootstock/tree/gh-pages) branch hosts the contents of this directory at https://manubot.github.io/rootstock/.
The permalink for this webpage version is https://manubot.github.io/rootstock/v/de83608743fbe75c953cbd1c961eea64a80c0730/.
The permalink for this webpage version is https://manubot.github.io/rootstock/v/3defccfbea9d088f3b6885e1bf18158c6a05f467/.
To redirect to the permalink for the latest manuscript version at anytime, use the link https://manubot.github.io/rootstock/v/freeze/.

## Files
Expand Down Expand Up @@ -36,4 +36,4 @@ Verifying timestamps with the `ots verify` command requires running a local bitc
## Source

The manuscripts in this directory were built from
[`de83608743fbe75c953cbd1c961eea64a80c0730`](https://github.com/manubot/rootstock/commit/de83608743fbe75c953cbd1c961eea64a80c0730).
[`3defccfbea9d088f3b6885e1bf18158c6a05f467`](https://github.com/manubot/rootstock/commit/3defccfbea9d088f3b6885e1bf18158c6a05f467).
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta name="author" content="John Doe" />
<meta name="author" content="Jane Roe" />
<meta name="dcterms.date" content="2019-08-01" />
<meta name="dcterms.date" content="2019-08-02" />
<meta name="keywords" content="markdown, publishing, manubot" />
<title>Manuscript Title</title>
<style>
Expand Down Expand Up @@ -86,7 +86,7 @@
<header id="title-block-header">
<h1 class="title">Manuscript Title</h1>
</header>
<p><small><em> This manuscript (<a href="https://manubot.github.io/rootstock/v/de83608743fbe75c953cbd1c961eea64a80c0730/">permalink</a>) was automatically generated from <a href="https://github.com/manubot/rootstock/tree/de83608743fbe75c953cbd1c961eea64a80c0730">manubot/rootstock@de83608</a> on August 1, 2019. </em></small></p>
<p><small><em> This manuscript (<a href="https://manubot.github.io/rootstock/v/3defccfbea9d088f3b6885e1bf18158c6a05f467/">permalink</a>) was automatically generated from <a href="https://github.com/manubot/rootstock/tree/3defccfbea9d088f3b6885e1bf18158c6a05f467">manubot/rootstock@3defccf</a> on August 2, 2019. </em></small></p>
<h2 id="authors">Authors</h2>
<ul>
<li><p><strong>John Doe</strong><br> <img src="images/orcid.svg" alt="ORCID icon" class="inline_icon" /> <a href="https://orcid.org/XXXX-XXXX-XXXX-XXXX">XXXX-XXXX-XXXX-XXXX</a> · <img src="images/github.svg" alt="GitHub icon" class="inline_icon" /> <a href="https://github.com/johndoe">johndoe</a> · <img src="images/twitter.svg" alt="Twitter icon" class="inline_icon" /> <a href="https://twitter.com/johndoe">johndoe</a><br> <small> Department of Something, University of Whatever · Funded by Grant XXXXXXXX </small></p></li>
Expand Down
Binary file modified manuscript.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions v/3defccfbea9d088f3b6885e1bf18158c6a05f467/images/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions v/3defccfbea9d088f3b6885e1bf18158c6a05f467/images/orcid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions v/3defccfbea9d088f3b6885e1bf18158c6a05f467/images/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0b355eb

Please sign in to comment.