Skip to content

Commit 33aadea

Browse files
committed
update
Signed-off-by: hanbollar <[email protected]>
1 parent 40f2615 commit 33aadea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

smoo.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ OLDIFS="$IFS"
44
IFS=$'\n'
55

66
# copy over past versioning to the public directory
7-
cp -r "source/public-versioning" "public"
7+
rm -rf "public"
8+
mkdir "public"
9+
cp -r "source/public-versioning" "public/v"
810

911
# run the newer main setup:
1012

@@ -17,7 +19,7 @@ github_base='https://github.com/Volumetrics-io/documentation/edit/main/source'
1719
site_name='MRjs'
1820
templateDir='source'
1921
templateHTML='source/_template.html'
20-
outputDir='public/main'
22+
outputDir='public/v/main'
2123

2224
assetDir='source/static'
2325
pagesDir='source/pages'

0 commit comments

Comments
 (0)