mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-22 19:41:07 +00:00
rm broken rustdoc-header.html (#10091)
This commit is contained in:
@@ -661,8 +661,7 @@ build-rustdoc:
|
|||||||
- ./crate-docs/
|
- ./crate-docs/
|
||||||
script:
|
script:
|
||||||
# FIXME: it fails with `RUSTDOCFLAGS="-Dwarnings"`
|
# FIXME: it fails with `RUSTDOCFLAGS="-Dwarnings"`
|
||||||
- RUSTDOCFLAGS="--html-in-header $(pwd)/.maintain/rustdoc-header.html"
|
- time cargo +nightly doc --no-deps --workspace --all-features --verbose
|
||||||
time cargo +nightly doc --no-deps --workspace --all-features --verbose
|
|
||||||
- rm -f ./target/doc/.lock
|
- rm -f ./target/doc/.lock
|
||||||
- mv ./target/doc ./crate-docs
|
- mv ./target/doc ./crate-docs
|
||||||
# FIXME: remove me after CI image gets nonroot
|
# FIXME: remove me after CI image gets nonroot
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
<script defer type="text/javascript" src="https://substrate.dev/js/config.js"></script>
|
|
||||||
<script defer type="text/javascript" src="https://substrate.dev/js/klaro.min.js"></script>
|
|
||||||
<script async type="opt-in" data-type="application/javascript"
|
|
||||||
data-src="https://www.googletagmanager.com/gtag/js?id=UA-145158313-2" data-name="googleAnalytics"></script>
|
|
||||||
<script type="opt-in" data-type="application/javascript" data-name="googleAnalytics">
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
gtag('config', 'UA-145158313-2');
|
|
||||||
</script>
|
|
||||||
Reference in New Issue
Block a user