From 1b984dbe4375859cf1393644c735066aa1250896 Mon Sep 17 00:00:00 2001 From: Chris Sellers Date: Sun, 7 Apr 2024 22:11:59 +1000 Subject: [PATCH] Pause Rust docs due nightly lint --- .github/workflows/docs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0066f5bdc578..48f6e5932c8c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -76,10 +76,10 @@ jobs: - name: Build Python docs run: make docs-python - - 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