hugo-theme-introduction/scripts/build_docs.sh
Victoria Drake 7dbdfe32b9
Update docs build script (#168)
Fix broken asset links for demo Netlify site
2019-08-12 14:06:55 -04:00

5 lines
No EOL
134 B
Bash
Executable file

#!/bin/sh
rm -rf ../docs
cd ../exampleSite
HUGO_THEME=hugo-theme-introduction hugo --gc --minify --themesDir ../.. -v -b / -d ../docs