Skip to content

Commit 16787c9

Browse files
committed
Update mfpub for current MarlinDocumentation
1 parent 28d83b4 commit 16787c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildroot/share/git/mfpub

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ fi
9999
echo
100100
echo "Generating MarlinDocumentation..."
101101

102-
rm -rf _site
102+
rm -rf build
103103

104104
# build the site statically and proof it
105105
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/:/"
106+
bundle exec htmlproofer ./build --only-4xx --allow-hash-href --check-favicon --check-html --url-swap ".*marlinfw.org/:/"
107107

108108
# Sync the built site into a temporary folder
109109
TMPFOLDER=$( mktemp -d )
110-
rsync -av _site/ ${TMPFOLDER}/
110+
rsync -av build/ ${TMPFOLDER}/
111111

112112
# Clean out changes and other junk in the branch
113113
git reset --hard

0 commit comments

Comments
 (0)