Skip to content

Commit

Permalink
Merge pull request #29334 from gsmet/create-branch-directories
Browse files Browse the repository at this point in the history
Create directories when syncing doc branches for website
  • Loading branch information
gsmet authored Nov 17, 2022
2 parents 13f3dce + 9999755 commit 1a627c9
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 1a627c9

Please sign in to comment.