Skip to content

Commit

Permalink
Add AppVeyor pull request previews [ci skip]
Browse files Browse the repository at this point in the history
This build is based on
bc094bd.

This commit was created by the following Travis CI build and job:
https://travis-ci.com/manubot/rootstock/builds/122622628
https://travis-ci.com/manubot/rootstock/jobs/223977466

The full commit message that triggered this build is copied below:

Add AppVeyor pull request previews

Merges #262
References #198

Add an AppVeyor continuous integration file to enable manuscript build previews in pull requests.
AppVeyorBot comments in pull requests with a link to the latest manuscript PDF.
Move shared continuous integration steps to an install script.
Change the continuous integration skip message in the deploy script to work across multiple continuous integration services.
  • Loading branch information
agitter committed Aug 9, 2019
1 parent 8b243de commit aa34189
Show file tree
Hide file tree
Showing 17 changed files with 4,135 additions and 9 deletions.
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/579547d8140dd01ddf652dfd4dbeb6c4a2c4b0eb/.
The permalink for this webpage version is https://manubot.github.io/rootstock/v/bc094bd3d6cec6935298b4acf50e45ad55bf45c8/.
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
[`579547d8140dd01ddf652dfd4dbeb6c4a2c4b0eb`](https://github.com/manubot/rootstock/commit/579547d8140dd01ddf652dfd4dbeb6c4a2c4b0eb).
[`bc094bd3d6cec6935298b4acf50e45ad55bf45c8`](https://github.com/manubot/rootstock/commit/bc094bd3d6cec6935298b4acf50e45ad55bf45c8).
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-04" />
<meta name="dcterms.date" content="2019-08-09" />
<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/579547d8140dd01ddf652dfd4dbeb6c4a2c4b0eb/">permalink</a>) was automatically generated from <a href="https://github.com/manubot/rootstock/tree/579547d8140dd01ddf652dfd4dbeb6c4a2c4b0eb">manubot/rootstock@579547d</a> on August 4, 2019. </em></small></p>
<p><small><em> This manuscript (<a href="https://manubot.github.io/rootstock/v/bc094bd3d6cec6935298b4acf50e45ad55bf45c8/">permalink</a>) was automatically generated from <a href="https://github.com/manubot/rootstock/tree/bc094bd3d6cec6935298b4acf50e45ad55bf45c8">manubot/rootstock@bc094bd</a> on August 9, 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.
Binary file modified v/579547d8140dd01ddf652dfd4dbeb6c4a2c4b0eb/index.html.ots
Binary file not shown.
Binary file modified v/579547d8140dd01ddf652dfd4dbeb6c4a2c4b0eb/manuscript.pdf.ots
Binary file not shown.
4 changes: 4 additions & 0 deletions v/bc094bd3d6cec6935298b4acf50e45ad55bf45c8/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/bc094bd3d6cec6935298b4acf50e45ad55bf45c8/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/bc094bd3d6cec6935298b4acf50e45ad55bf45c8/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 aa34189

Please sign in to comment.