Skip to content

Commit

Permalink
fix: do not call cargo +nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
obreitwi committed May 27, 2024
1 parent 335a58f commit a8890aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update-docs-HEAD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ check_all_dependencies() {
generate_docs()
{
cd "${toplevel}"
cargo +nightly doc --features=doc --no-deps
cargo doc --features=doc --no-deps
# redirect from root folder to doc of asfa
echo "<meta http-equiv=refresh content=0;url=asfa/index.html>" > "${toplevel}/target/doc/index.html"
}
Expand Down

0 comments on commit a8890aa

Please sign in to comment.