Skip to content

Commit

Permalink
compile all rust docs (#2225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Dec 29, 2021
1 parent 002e063 commit 9e8dec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
make html
- name: deploy docs
run: |
RUSTFLAGS="--cfg docsrs" cargo doc --package polars && \
RUSTFLAGS="--cfg docsrs" cargo doc --features=docs-selection --package polars && \
echo '<meta http-equiv=refresh content=0;url=polars/index.html>' > target/doc/index.html && \
mkdir target/doc/py-polars
cp -r py-polars/docs/build/html target/doc/py-polars
Expand Down

0 comments on commit 9e8dec3

Please sign in to comment.