Fix doc links

This commit is contained in:
LLFourn
2023-02-21 17:34:53 +11:00
committed by Daniela Brozzoni
parent 9edbdf54c9
commit 94a084aafd
5 changed files with 13 additions and 6 deletions

View File

@@ -24,7 +24,9 @@ jobs:
- name: Update toolchain
run: rustup update
- name: Build docs
run: cargo rustdoc --verbose --all-features -- --cfg docsrs -Dwarnings
run: cargo doc --no-deps
env:
RUSTDOCFLAGS: '--cfg docsrs -Dwarnings'
- name: Upload artifact
uses: actions/upload-artifact@v2
with: