1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-27 17:52:56 +01:00

Deploy all the workspace crates' docs

This commit is contained in:
Yuki Okushi 2020-04-08 04:42:38 +09:00
parent 0ad02ee0e0
commit dfaa330a94
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1

View File

@ -24,7 +24,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: doc
args: --no-deps --all-features
args: --no-deps --workspace --all-features
- name: Tweak HTML
run: echo "<meta http-equiv=refresh content=0;url=os_balloon/index.html>" > target/doc/index.html