Updates
This commit is contained in:
7
build
7
build
@@ -14,9 +14,12 @@ else
|
||||
./mdbook build -d public
|
||||
fi
|
||||
|
||||
cp -R static/* public/
|
||||
|
||||
# Work around some print.html bugs.
|
||||
sed -i "s/\(href\|src\)=\"[[:alnum:]\-]*\/\//\1=\"\//g" public/print.html
|
||||
|
||||
./move_html_to_dir public/
|
||||
|
||||
# Make checkboxes editable, just in case the user wants to keep their own checklist.
|
||||
find public/ -name "*.html" -type f -exec sed -i 's/input disabled=""/input/g' {} +
|
||||
|
||||
cp -R static/* public/
|
||||
|
Reference in New Issue
Block a user