1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-21 15:46:48 +00: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