mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 03:25:23 +00:00
testing ci
This commit is contained in:
parent
3ff28f2009
commit
ef4154cb4b
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -61,3 +61,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RUSTDOCFLAGS: -D warnings
|
RUSTDOCFLAGS: -D warnings
|
||||||
run: cargo doc --no-deps --document-private-items --all-features --workspace --examples
|
run: cargo doc --no-deps --document-private-items --all-features --workspace --examples
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-pages-artifact@v2
|
||||||
|
with:
|
||||||
|
path: "target/docs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user