Skip to content

Commit

Permalink
Create directories when syncing doc branches for website
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Nov 17, 2022
1 parent 13f3dce commit 9999755
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/sync-web-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ else
TARGET_GUIDES=${TARGET_DIR}/_versions/${BRANCH}/guides
TARGET_CONFIG=${TARGET_DIR}/_generated-doc/${BRANCH}
TARGET_INDEX=${TARGET_DIR}/_data/versioned/${BRANCH//[.]/-}/index
mkdir -p ${TARGET_GUIDES}
mkdir -p ${TARGET_INDEX}
fi


Expand Down

0 comments on commit 9999755

Please sign in to comment.