mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 14:47:55 +00:00
Build wasm files in doc release pipeline (#2340)
This commit is contained in:
@@ -128,8 +128,10 @@ build-rust-doc-release: &build
|
||||
<<: *build-only
|
||||
tags:
|
||||
- linux-docker
|
||||
script:
|
||||
before_script:
|
||||
- sccache -s
|
||||
- ./scripts/build.sh
|
||||
script:
|
||||
- rm -f ./crate-docs/index.html # use it as an indicator if the job succeeds
|
||||
- time cargo +nightly doc --release --verbose
|
||||
- cp -R ./target/doc ./crate-docs
|
||||
|
||||
Reference in New Issue
Block a user