1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 00:50:20 +02: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

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