Skip to content

Commit

Permalink
add -p for mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 committed Sep 13, 2019
1 parent 73409fb commit 7694db7
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 7694db7

Please sign in to comment.