Skip to content

Commit

Permalink
ci: Fix rustdoc flags
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Nov 20, 2024
1 parent 94b5498 commit 5742864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build Documentation
run: cargo doc --features amalgation,nightly -Zrustdoc-map
env:
RUSTDOCFLAGS: --cfg _doc
RUSTDOCFLAGS: --cfg docsrs

- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 5742864

Please sign in to comment.