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:
authorVincent Tam <VincentTam@users.noreply.github.com>2019-08-14 15:40:10 +0300
committerHanzei <16541325+hanzei@users.noreply.github.com>2019-08-14 15:40:10 +0300
commit8b1684b6c27c51bde5c4bb058e40e288089eb129 (patch)
tree200fb0bbb0ea4cbe7ceda2e1d8d31a1dc54d2ac2 /scripts
parent7dbdfe32b974c84397a2a09dad67523352c0dbdc (diff)
Removed trailing spaces and missing newline at EOF (#170)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_docs.sh b/scripts/build_docs.sh
index 7b5f57b..2e9a77a 100755
--- a/scripts/build_docs.sh
+++ b/scripts/build_docs.sh
@@ -2,4 +2,4 @@
rm -rf ../docs
cd ../exampleSite
-HUGO_THEME=hugo-theme-introduction hugo --gc --minify --themesDir ../.. -v -b / -d ../docs \ No newline at end of file
+HUGO_THEME=hugo-theme-introduction hugo --gc --minify --themesDir ../.. -v -b / -d ../docs