Skip to content

Commit

Permalink
Update RUSTDOCFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Dec 9, 2024
1 parent fa56417 commit 9676543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Generate documentation
run: cargo doc -p time --all-features ${{ matrix.kind == 'internal' && '--document-private-items' || '' }}
env:
RUSTDOCFLAGS: --cfg __time_03_docs ${{ matrix.kind == 'internal' && '--document-hidden-items' || '' }} -Zunstable-options --generate-link-to-definition
RUSTDOCFLAGS: --cfg docsrs ${{ matrix.kind == 'internal' && '--document-hidden-items' || '' }} -Zunstable-options --generate-link-to-definition

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9676543

Please sign in to comment.