mirror of
https://github.com/tower-rs/tower.git
synced 2025-10-02 07:20:52 +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
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user