mirror of
https://github.com/tower-rs/tower.git
synced 2025-10-02 15:25:11 +00:00
chore: fix yaml syntax in docs workflow
Whoops, I put the env var in the wrong place, lol Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
parent
0ad132bdbe
commit
ec497f7dd8
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
||||
# Tower uses nightly-only RustDoc features
|
||||
toolchain: nightly
|
||||
env:
|
||||
# Enable the RustDoc `#[doc(cfg(...))]` attribute.
|
||||
RUSTDOCFLAGS: --cfg docsrs
|
||||
- name: Deploy documentation
|
||||
if: success()
|
||||
|
Loading…
x
Reference in New Issue
Block a user