Skip to content

Commit

Permalink
add missing trailing slash on paths
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Jan 7, 2020
1 parent ea347ca commit 08369df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rebuild() {
export CURRENT_VERSION=${1}
export VERSIONS=${VERSION_STRING}

hugo --quiet --destination="public/$CURRENT_VERSION" --baseURL="$HOST/$CURRENT_VERSION"
hugo --quiet --destination="public/$CURRENT_VERSION" --baseURL="$HOST/$CURRENT_VERSION/"

if [[ $1 == "${VERSIONS_ARRAY[0]}" ]]; then
hugo --quiet --destination=public/ --baseURL="$HOST/"
Expand Down

0 comments on commit 08369df

Please sign in to comment.