Browse Source

Clear old _site contents on regeneration

pull/1/head
Scott Lahteine 6 years ago
parent
commit
fea2363a2e
  1. 2
      buildroot/share/git/mfpub

2
buildroot/share/git/mfpub

@ -97,6 +97,8 @@ fi
echo
echo "Generating MarlinDocumentation..."
rm -rf _site
# build the site statically and proof it
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/:/"

Loading…
Cancel
Save