File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ for repo_name in "${GUIDE_REPOS[@]}"; do
1717 echo " Cloning ${GIT_ORG} /${repo_name} .git"
1818 git clone " ${GIT_ORG} /${repo_name} .git" " ${GUIDE_REPOS_CLONE_DIR} /${repo_name} /"
1919 rm -rf " ${GUIDES_TARGET_DIR:? } /${repo_name} "
20- cp -r " ${GUIDE_REPOS_CLONE_DIR} /${repo_name} /guide/" " ${GUIDES_TARGET_DIR} "
20+ cp -r " ${GUIDE_REPOS_CLONE_DIR} /${repo_name} /guide/. " " ${GUIDES_TARGET_DIR} "
2121done
2222echo " ------------------Guides Setup Completed ---------------------------"
2323
Original file line number Diff line number Diff line change 2424# The Branch Deploy Context applies to all non-master branches deployed, whether they are in a Deploy Preview or not:
2525[context .branch-deploy .environment ]
2626 HUGO_VERSION = " 0.109.0"
27+
28+ [[redirects ]]
29+ from = " /guides/guide/*"
30+ to = " /guides/:splat"
31+ status = 301
You can’t perform that action at this time.
0 commit comments