From 81f5aabaddd1b5dd93c5dd2ae79adab4c7df8a63 Mon Sep 17 00:00:00 2001 From: Javier Viola <363911+pepoviola@users.noreply.github.com> Date: Fri, 8 Mar 2024 17:17:23 -0300 Subject: [PATCH] fix: comment test-runner and fix docs link (#187) --- .github/workflows/documentation.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4c83566..6ec1db4 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -35,7 +35,7 @@ jobs: - name: Create docs run: | cargo doc --no-deps - echo "<meta http-equiv=\"refresh\" content=\"0; url=configuration\">" > target/doc/index.html + echo "<meta http-equiv=\"refresh\" content=\"0; url=zombienet_sdk\">" > target/doc/index.html diff --git a/Cargo.toml b/Cargo.toml index 40d71d7..3571a05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ "crates/configuration", "crates/orchestrator", "crates/provider", - "crates/test-runner", + #"crates/test-runner", "crates/prom-metrics-parser", "crates/file-server" ] -- GitLab