summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b4fa886b7..1e2022654 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,6 +53,9 @@ script:
   - nim c -r nimdoc/tester
 
 before_deploy:
+  # Generate the dochack.js for the doc search to work.
+  - nim js ./tools/dochack/dochack.nim
+  - cp -f ./tools/dochack/nimcache/dochack.js ./doc/.
   # Make https://nim-lang.github.io/Nim work the same as https://nim-lang.github.io/Nim/overview.html
   - cp -f ./doc/html/overview.html ./doc/html/index.html
 deploy: