Skip to content

Commit

Permalink
Merge pull request #2884 from tejal29/fix_docs
Browse files Browse the repository at this point in the history
Fix build script for doc generation.
  • Loading branch information
balopat authored Sep 13, 2019
2 parents 8e36957 + 7694db7 commit 81426ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -exu
readonly BASE_URL=${1}

cd docs
mkdir themes
mkdir -p themes
ln -s /app/docs/themes/docsy ./themes/docsy
ln -s /app/docs/node_modules ./node_modules
hugo --baseURL=${BASE_URL}

0 comments on commit 81426ed

Please sign in to comment.