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

@ -20,8 +20,9 @@ jobs:
args: --workspace --no-deps --all-features
# Tower uses nightly-only RustDoc features
toolchain: nightly
env:
RUSTDOCFLAGS: --cfg docsrs
env:
# Enable the RustDoc `#[doc(cfg(...))]` attribute.
RUSTDOCFLAGS: --cfg docsrs
- name: Deploy documentation
if: success()
uses: crazy-max/ghaction-github-pages@v1