Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2019-08-12 21:06:55 +0300
committerGitHub <noreply@github.com>2019-08-12 21:06:55 +0300
commit7dbdfe32b974c84397a2a09dad67523352c0dbdc (patch)
tree5dd6f2a6f743e6736ddf02997844ec9d7c86f770 /scripts
parentf38d92b769638d595a23cf7f83ba766da56d7730 (diff)
Update docs build script (#168)
Fix broken asset links for demo Netlify site
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_docs.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build_docs.sh b/scripts/build_docs.sh
index d0adfc9..7b5f57b 100755
--- a/scripts/build_docs.sh
+++ b/scripts/build_docs.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-rm -rf docs/
-cd exampleSite
-hugo --gc --minify --themesDir ../.. -d ../docs -v -b /
+rm -rf ../docs
+cd ../exampleSite
+HUGO_THEME=hugo-theme-introduction hugo --gc --minify --themesDir ../.. -v -b / -d ../docs \ No newline at end of file