Skip to content

Commit 732ade6

Browse files
chore: remove RUSTFLAG from docs workflow
`"--cfg docsrs"` shouldn't be part of `RUSTFLAGS` but only of `RUSTDOCFLAGS`. This should fix failing docs Actions. Pull-Request: #5517.
1 parent 4de8b83 commit 732ade6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
run: cargo +nightly doc --no-deps --workspace -F full
1818
env:
1919
RUSTDOCFLAGS: "--cfg docsrs"
20-
RUSTFLAGS: "--cfg docsrs"
2120
- name: Add index file
2221
run: |
2322
mkdir host-docs

0 commit comments

Comments
 (0)