DeepSpeech/taskcluster/docs-build.sh
2019-09-24 10:55:26 +02:00

11 lines
163 B
Bash

#!/bin/bash
set -xe
THIS=$(dirname "$0")
pushd ${THIS}/../
export PATH=$HOME/.local/bin:${THIS}/../doc/node_modules/.bin/:$PATH
make -C doc/ html dist
popd