Your ROOT_URL in app.ini is https://git.mitchellhansen.info/ but you are visiting https://mitchellhansen.com/mitchellhansen/Trac3r-rust/src/branch/a-star/storedoc.sh You should set ROOT_URL correctly, otherwise the web may not work correctly.
Trac3r-rust/storedoc.sh

6 lines
84 B

rm -rf target/doc
rm -rf doc
cargo doc --no-deps
rsync -avzh target/doc . --delete