Skip to content

Commit

Permalink
Fix punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Aug 8, 2019
1 parent 130abba commit a8f0dc8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ test_script:
- MANUSCRIPT_FILENAME=manuscript-$APPVEYOR_BUILD_VERSION-${TRIGGERING_COMMIT:0:7}.pdf
- cp output/manuscript.pdf $MANUSCRIPT_FILENAME
- appveyor PushArtifact $MANUSCRIPT_FILENAME
- cp output/manuscript.pdf duplicate-$MANUSCRIPT_FILENAME
- appveyor PushArtifact duplicate-$MANUSCRIPT_FILENAME

build: off

Expand All @@ -58,4 +56,4 @@ notifications:
{{#passed}} is now complete.{{/passed}}
{{#failed}} failed.{{/failed}}
{{#jobs}}{{#artifacts}} The rendered manuscript from this build is temporarily available for download at
[`{{fileName}}`]({{permalink}}){{/artifacts}}{{/jobs}}."
[`{{fileName}}`]({{permalink}}).{{/artifacts}}{{/jobs}}"

0 comments on commit a8f0dc8

Please sign in to comment.