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:
Eliza Weisman 2021-01-12 10:59:36 -08:00
parent 0ad132bdbe
commit ec497f7dd8
No known key found for this signature in database
GPG Key ID: F9C1A595C3814436

View File

@ -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()