Skip to content

Commit

Permalink
Enable Rust docs in CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Mar 15, 2024
1 parent 565e0b2 commit e3e955a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@ jobs:
- name: Build Python docs
run: make docs-python

# Pause rust docs while nightly lint is breaking pyo3
# - name: Build Rust docs
# run: |
# make docs-rust
# cp -r nautilus_core/target/doc docs/build/html/core
- name: Build Rust docs
run: |
make docs-rust
cp -r nautilus_core/target/doc docs/build/html/core
- name: Add nojeckyll
run: touch docs/build/html/.nojekyll
Expand Down

0 comments on commit e3e955a

Please sign in to comment.