Merge commit 'refs/pull/326/head' of github.com:bitcoindevkit/bdk into release/0.6.0
This commit is contained in:
commit
1d874e50c2
17
.github/workflows/nightly_docs.yml
vendored
17
.github/workflows/nightly_docs.yml
vendored
@ -17,17 +17,14 @@ jobs:
|
|||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
target
|
target
|
||||||
key: nightly-docs-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
|
key: nightly-docs-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
|
||||||
- name: Install nightly toolchain
|
- name: Set default toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
run: rustup default nightly-2021-03-23
|
||||||
with:
|
- name: Set profile
|
||||||
profile: minimal
|
run: rustup set profile minimal
|
||||||
toolchain: nightly
|
- name: Update toolchain
|
||||||
override: true
|
run: rustup update
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
uses: actions-rs/cargo@v1
|
run: cargo rustdoc --verbose --features=compiler,electrum,esplora,compact_filters,key-value-db,all-keys -- --cfg docsrs -Dwarnings
|
||||||
with:
|
|
||||||
command: rustdoc
|
|
||||||
args: --verbose --features=compiler,electrum,esplora,compact_filters,key-value-db,all-keys -- --cfg docsrs -Dwarnings
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user