Skip to content

Commit

Permalink
Updating README.md with new pdf download locations
Browse files Browse the repository at this point in the history
- Small updates to .travis.yml too
  • Loading branch information
haata committed Jan 15, 2018
1 parent 716e51a commit 601e73f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ script:
# Deploy pdf
deploy:
provider: releases
api_key:
secure: HYOC4DH7o5Oc3pMUOzHw5g8/sGZNmmbLpDoxxE+e9qlb2MIJjrBaud8T1KWNknvG2y4lcJGpE48UXYvCgtJbd6Jlk3USFntfBoHgl8iTmt7mFTfgZLvmArPYwwnFolGMHpKoegsetpzSxAKQZFpofxiXVbi9hklQMFlIzTaA2aVuVKZfU/wChQI4K4uxKgAmG/Dyr1sCy0pEp2MIV6sRt3ESK1GO6o5+4bLksoAHu6NuJQbNrueN2wWsyYKFF0FwwOk85SUOpI+bFH7yzxkE7fPDOvnrnvT/9j/sHOxXivOOLaZCIc4FcKt7S2dUK3dCLZT7+jVXX5QcWIjnbT1vlJJu5FBgwunBo2Mh3FX+s0uQ24jMQV9/11YbClqKTyiqWBZ0qLwirdxf25ACS2tHQdRnmFeu8JGRrTNiMFATROc3M62FX5qvUJe1d7lGY2tWNsmTfSQRjXI6Wn6S0sthJxmY5Uhli9GMCVwzw8ChA5qwMHZl0btqVnmOJd2HAjFTz30ZixUQzyhIgPEh6iJcKxLsHPGoXXXWFthBVh5zgzYaNOSTbQu59pMZd0rvdoBhUjqnlpVJNueVrCFiCFKVWTwsSooEn+f1Laq3RDeMjhWYdXwbHoTILoP8+KZN1L+C7l3JMz8i5I7/nIi/SrYnZjp5a63hEVNTlhZ1Nxk7xY8=
api_key: $GITHUB_OAUTH_TOKEN
file: kll-spec-${TRAVIS_BRANCH}.pdf
skip_cleanup: true
on:
Expand All @@ -39,5 +38,7 @@ deploy:
branch:
- test
- master
- 0.3d
- 0.4
- 0.5

11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@ KLL Spec - Keyboard Layout Language

[![Visit our IRC channel](https://kiwiirc.com/buttons/irc.freenode.net/input.club.png)](https://kiwiirc.com/client/irc.freenode.net/#input.club)

[Visit our Discord Channel](https://discord.gg/GACJa4f)


KLL Spec
--------

[github](https://github.com/kiibohd/kll-spec) has the master copy of the [KLL Spec](https://input.club/kll/).

For convenience there are up-to-date copies are available.
* [0.3d - **Stable**](https://www.overleaf.com/read/zzqbdwqjfwwf)
* [0.4](https://www.overleaf.com/read/mnnqqpnxhhyr)
* [![Build Status](https://travis-ci.org/kiibohd/kll-spec.svg?branch=0.5)](https://travis-ci.org/kiibohd/kll-spec) [0.5 - *Next Release*](https://www.overleaf.com/read/cfqydmrpfdrs)
* [![Build Status](https://travis-ci.org/kiibohd/kll-spec.svg?branch=master)](https://travis-ci.org/kiibohd/kll-spec) [master - Future](https://www.overleaf.com/read/cfqydmrpfdrs)
* [![Build Status](https://travis-ci.org/kiibohd/kll-spec.svg?branch=0.3d)](https://travis-ci.org/kiibohd/kll-spec)[0.3d - **Stable**](https://github.com/kiibohd/kll-spec/releases/download/v0.3d/kll-spec-v0.3d.pdf)
* [![Build Status](https://travis-ci.org/kiibohd/kll-spec.svg?branch=0.4)](https://travis-ci.org/kiibohd/kll-spec)[0.4](https://github.com/kiibohd/kll-spec/releases/download/v0.4/kll-spec-v0.4.pdf)
* [![Build Status](https://travis-ci.org/kiibohd/kll-spec.svg?branch=0.5)](https://travis-ci.org/kiibohd/kll-spec) [0.5 - *Next Release*](https://github.com/kiibohd/kll-spec/releases/download/v0.5c/kll-spec-v0.5c.pdf)

Recent pdfs are also available through [GitHub Releases](https://github.com/kiibohd/kll-spec/releases) - [Latest](https://github.com/kiibohd/kll-spec/releases/latest)
PDFs are available through [GitHub Releases](https://github.com/kiibohd/kll-spec/releases) - [Latest](https://github.com/kiibohd/kll-spec/releases/latest)


Generating
Expand Down

0 comments on commit 601e73f

Please sign in to comment.