Skip to content
Snippets Groups Projects
Commit fea2363a authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Clear old _site contents on regeneration

parent be627176
No related branches found
No related tags found
Loading
...@@ -97,6 +97,8 @@ fi ...@@ -97,6 +97,8 @@ fi
echo echo
echo "Generating MarlinDocumentation..." echo "Generating MarlinDocumentation..."
rm -rf _site
# build the site statically and proof it # build the site statically and proof it
bundle exec jekyll build --profile --trace --no-watch bundle exec jekyll build --profile --trace --no-watch
bundle exec htmlproofer ./_site --only-4xx --allow-hash-href --check-favicon --check-html --url-swap ".*marlinfw.org/:/" bundle exec htmlproofer ./_site --only-4xx --allow-hash-href --check-favicon --check-html --url-swap ".*marlinfw.org/:/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment