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.
|
rm -rf target/doc
|
|
rm -rf doc
|
|
cargo doc --no-deps
|
|
rsync -avzh target/doc . --delete
|
|
|