Skip to content

Commit

Permalink
change paths (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-r committed Jul 1, 2015
1 parent 5aad595 commit 68026e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ install:
- unzip master.zip
- cd python-markdown-math-master && sudo python setup.py install && cd ..
script:
- cd tutorial
- ./build || ./build || ./build
- cd ..

after_success:
- git checkout gh-pages
Expand All @@ -38,7 +36,7 @@ after_success:
- git config credential.helper "store --file=.git/credentials"
- echo "https://$GH_TOKEN:@github.com" >> .git/credentials
- git config push.default matching
- git add tutorial/devel
- git add devel
- git commit -a -m "update auto-generated tutorial pages [ci skip]"
- git push

Expand Down
4 changes: 2 additions & 2 deletions src/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ are regularly updated and reflect the documentation of the [current package vers

An offline version of this tutorial is available for download

* [here](https://mlr-org.github.io/mlr-tutorial/tutorial/release/mlr_tutorial.zip) for the
* [here](https://mlr-org.github.io/mlr-tutorial/release/mlr_tutorial.zip) for the
current mlr release on CRAN
* and [here](https://mlr-org.github.io/mlr-tutorial/tutorial/devel/mlr_tutorial.zip) for
* and [here](https://mlr-org.github.io/mlr-tutorial/devel/mlr_tutorial.zip) for
the mlr devel version on Github.

The tutorial explains the basic analysis of a data set step by step.
Expand Down

0 comments on commit 68026e0

Please sign in to comment.