Skip to content

Commit

Permalink
chore: remove RUSTFLAG from docs workflow
Browse files Browse the repository at this point in the history
`"--cfg docsrs"` shouldn't be part of `RUSTFLAGS` but only of `RUSTDOCFLAGS`.

This should fix failing docs Actions.

Pull-Request: #5517.
  • Loading branch information
guillaumemichel authored Aug 5, 2024
1 parent 4de8b83 commit 732ade6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
run: cargo +nightly doc --no-deps --workspace -F full
env:
RUSTDOCFLAGS: "--cfg docsrs"
RUSTFLAGS: "--cfg docsrs"
- name: Add index file
run: |
mkdir host-docs
Expand Down

0 comments on commit 732ade6

Please sign in to comment.