We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d83b4 commit 16787c9Copy full SHA for 16787c9
buildroot/share/git/mfpub
@@ -99,15 +99,15 @@ fi
99
echo
100
echo "Generating MarlinDocumentation..."
101
102
-rm -rf _site
+rm -rf build
103
104
# build the site statically and proof it
105
bundle exec jekyll build --profile --trace --no-watch
106
-bundle exec htmlproofer ./_site --only-4xx --allow-hash-href --check-favicon --check-html --url-swap ".*marlinfw.org/:/"
+bundle exec htmlproofer ./build --only-4xx --allow-hash-href --check-favicon --check-html --url-swap ".*marlinfw.org/:/"
107
108
# Sync the built site into a temporary folder
109
TMPFOLDER=$( mktemp -d )
110
-rsync -av _site/ ${TMPFOLDER}/
+rsync -av build/ ${TMPFOLDER}/
111
112
# Clean out changes and other junk in the branch
113
git reset --hard
0 commit comments