mirror of
https://github.com/Noratrieb/std-internal-docs.git
synced 2026-01-14 09:35:01 +01:00
fix
This commit is contained in:
parent
a795a974ac
commit
bcc0fe6e62
2 changed files with 5 additions and 3 deletions
4
build.sh
4
build.sh
|
|
@ -4,6 +4,8 @@ set -euxo pipefail
|
|||
|
||||
root=$(realpath "$PWD")
|
||||
|
||||
cp index.html "$root/www-root"
|
||||
|
||||
# use a higher depth because bootstrap might be broken with depth 1?
|
||||
git clone --depth 50 https://github.com/rust-lang/rust.git
|
||||
cd rust
|
||||
|
|
@ -36,5 +38,3 @@ for target in "${targets[@]}"; do
|
|||
|
||||
cp -rT "./build/$target/doc/" "$root/www-root/$target"
|
||||
done
|
||||
|
||||
cp index.html "$root/www-root"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue