Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: hanbollar <[email protected]>
  • Loading branch information
hanbollar committed May 20, 2024
1 parent 40f2615 commit 33aadea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions smoo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ OLDIFS="$IFS"
IFS=$'\n'

# copy over past versioning to the public directory
cp -r "source/public-versioning" "public"
rm -rf "public"
mkdir "public"
cp -r "source/public-versioning" "public/v"

# run the newer main setup:

Expand All @@ -17,7 +19,7 @@ github_base='https://github.com/Volumetrics-io/documentation/edit/main/source'
site_name='MRjs'
templateDir='source'
templateHTML='source/_template.html'
outputDir='public/main'
outputDir='public/v/main'

assetDir='source/static'
pagesDir='source/pages'
Expand Down

0 comments on commit 33aadea

Please sign in to comment.