Skip to content

Commit

Permalink
Merge pull request #83 from dn-m/documentarian
Browse files Browse the repository at this point in the history
Use Documentarian to generate documentation from Travis CI
  • Loading branch information
jsbean committed Aug 11, 2018
2 parents 4846fba + c0c1ae1 commit 4bedade
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ install:
script:
- swift build
- swift test
after_success:
- git clone https://github.com/dn-m/Documentarian && cd Documentarian
- swift build -c release -Xswiftc -static-stdlib
- cd ../
- Documentarian/.build/Release/Documentarian
1 change: 1 addition & 0 deletions Sources/PitchSpeller/Documentation/.jazzy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: fullwidth
1 change: 1 addition & 0 deletions Sources/PlotModel/Documentation/.jazzy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: fullwidth
1 change: 1 addition & 0 deletions Sources/RhythmBeamer/Documentation/.jazzy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: fullwidth
1 change: 1 addition & 0 deletions Sources/SpelledPitch/Documentation/.jazzy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: fullwidth
1 change: 1 addition & 0 deletions Sources/SpelledRhythm/Documentation/.jazzy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: fullwidth
1 change: 1 addition & 0 deletions Sources/StaffModel/Documentation/.jazzy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: fullwidth

0 comments on commit 4bedade

Please sign in to comment.