Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit c6fc2e6

Browse files
shawntabrizigavofyork
authored andcommitted
Update rustdocs landing page (#4375)
1 parent d79e31e commit c6fc2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ build-rust-doc-release:
329329
- rm -f ./crate-docs/index.html # use it as an indicator if the job succeeds
330330
- BUILD_DUMMY_WASM_BINARY=1 RUSTDOCFLAGS="--html-in-header $(pwd)/.maintain/rustdoc-header.html" time cargo +nightly doc --release --all --verbose
331331
- cp -R ./target/doc ./crate-docs
332-
- echo "<meta http-equiv=refresh content=0;url=substrate_service/index.html>" > ./crate-docs/index.html
332+
- echo "<meta http-equiv=refresh content=0;url=sc_service/index.html>" > ./crate-docs/index.html
333333
- sccache -s
334334

335335
check_warnings:

0 commit comments

Comments
 (0)