Skip to content

Commit

Permalink
Fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yglukhov committed Jul 6, 2016
1 parent bbcacae commit 214cb7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,6 +1,5 @@
nimcache
nakefile
test/main
doc/*.html
*.exe
build/
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -4,5 +4,4 @@ services:
before_install:
- docker pull yglukhov/nim-ui-base
script:
- docker run -v "$(pwd):/project" -w /project yglukhov/nim-ui-base run "nimble install -y && nake tests && nake samples -d:js --norun && nake docs"
- ./deployGHPages.sh ./build/doc
- docker run -v "$(pwd):/project" -w /project yglukhov/nim-ui-base run "nimble install -y && nake tests && nake samples -d:js --norun && nake docs && ./deployGHPages.sh ./build/doc"

0 comments on commit 214cb7d

Please sign in to comment.