Skip to content

Commit

Permalink
Use AppVeyor artifact URLs in manuscript front-matter
Browse files Browse the repository at this point in the history
Merges manubot/rootstock#263

Update front-matter to use ci_source.manuscript_url
Update environment on 2019-08-09
  • Loading branch information
ploegieku authored Aug 30, 2019
1 parent 2275b83 commit 660c319
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions build/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ dependencies:
- cffi=1.12.3
- ghp-import=0.5.5
- jinja2=2.10
- jsonschema=3.0.1
- pandas=0.24.2
- pandoc=2.7.2
- jsonschema=3.0.2
- pandas=0.25.0
- pandoc=2.7.3
- pango=1.40.14
- pip=19.1
- psutil=5.6.2
- psutil=5.6.3
- python=3.6.7
- pyyaml=5.1
- requests=2.22.0
- watchdog=0.8.3
- watchdog=0.9.0
- pip:
- errorhandler==2.0.1
- git+https://github.com/manubot/manubot@2a99f4af4a352d2e082988d364e01e2e2809a87b
- git+https://github.com/manubot/manubot@1b885c614634d6e88565ebcf5052b6884132ab32
- jsonref==0.2
- opentimestamps-client==0.6.0
- opentimestamps==0.3.0
- pandoc-eqnos==1.4.3
- pandoc-fignos==1.4.2
- pandoc-tablenos==1.4.2
- pandoc-xnos==1.2.0
- pybase62==0.4.0
- pybase62==0.4.1
- pysha3==1.0.2
- python-bitcoinlib==0.9.0
- requests-cache==0.5.0
Expand Down
2 changes: 1 addition & 1 deletion ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set -o errexit \
-o pipefail

wget https://repo.continuum.io/miniconda/Miniconda3-4.6.14-Linux-x86_64.sh \
wget https://repo.continuum.io/miniconda/Miniconda3-4.7.10-Linux-x86_64.sh \
--output-document miniconda.sh
bash miniconda.sh -b -p $HOME/miniconda
source $HOME/miniconda/etc/profile.d/conda.sh
Expand Down
4 changes: 2 additions & 2 deletions content/00.front-matter.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ _A DOI-citable version of this manuscript is available at <https://doi.org/DOI_H
{## Template to insert build date and source ##}
<small><em>
This manuscript
{% if ci_source is defined -%}
([permalink](https://{{ci_source.repo_owner}}.github.io/{{ci_source.repo_name}}/v/{{ci_source.commit}}/))
{% if ci_source is defined and ci_source.manuscript_url is defined -%}
([permalink]({{ci_source.manuscript_url}}))
{% endif -%}
was automatically generated
{% if ci_source is defined -%}
Expand Down

0 comments on commit 660c319

Please sign in to comment.