Skip to content

Commit 049b8da

Browse files
committed
Disable Jekyll processing 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/
1 parent f9721e2 commit 049b8da

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

manuscript.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
77
<meta name="author" content="John Doe" />
88
<meta name="author" content="Jane Roe" />
9-
<meta name="dcterms.date" content="2019-08-01" />
9+
<meta name="dcterms.date" content="2019-08-02" />
1010
<meta name="keywords" content="markdown, publishing, manubot" />
1111
<title>Manuscript Title</title>
1212
<style>
@@ -86,7 +86,7 @@
8686
<header id="title-block-header">
8787
<h1 class="title">Manuscript Title</h1>
8888
</header>
89-
<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>
89+
<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>
9090
<h2 id="authors">Authors</h2>
9191
<ul>
9292
<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>

manuscript.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author-meta:
33
- John Doe
44
- Jane Roe
5-
date-meta: '2019-08-01'
5+
date-meta: '2019-08-02'
66
keywords:
77
- markdown
88
- publishing
@@ -18,10 +18,10 @@ title: Manuscript Title
1818

1919
<small><em>
2020
This manuscript
21-
([permalink](https://manubot.github.io/rootstock/v/de83608743fbe75c953cbd1c961eea64a80c0730/))
21+
([permalink](https://manubot.github.io/rootstock/v/3defccfbea9d088f3b6885e1bf18158c6a05f467/))
2222
was automatically generated
23-
from [manubot/rootstock@de83608](https://github.com/manubot/rootstock/tree/de83608743fbe75c953cbd1c961eea64a80c0730)
24-
on August 1, 2019.
23+
from [manubot/rootstock@3defccf](https://github.com/manubot/rootstock/tree/3defccfbea9d088f3b6885e1bf18158c6a05f467)
24+
on August 2, 2019.
2525
</em></small>
2626

2727
## Authors

manuscript.pdf

-2 Bytes
Binary file not shown.

references.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
[
439439
"2019",
440440
8,
441-
1
441+
2
442442
]
443443
]
444444
},

variables.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"date": "August 1, 2019",
2+
"date": "August 2, 2019",
33
"authors": [
44
{
55
"github": "johndoe",
@@ -46,7 +46,7 @@
4646
"repo_slug": "manubot/rootstock",
4747
"repo_owner": "manubot",
4848
"repo_name": "rootstock",
49-
"commit": "de83608743fbe75c953cbd1c961eea64a80c0730"
49+
"commit": "3defccfbea9d088f3b6885e1bf18158c6a05f467"
5050
},
5151
"manuscript_stats": {
5252
"reference_counts": {

0 commit comments

Comments
 (0)