From f985b7e059aa80643cbeb40a671badd7bc679f0a Mon Sep 17 00:00:00 2001 From: Steffen Schneider Date: Sat, 19 Apr 2025 16:54:26 +0200 Subject: [PATCH 1/2] Allow indexing of the cebra docs --- docs/root/robots.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/root/robots.txt b/docs/root/robots.txt index 43249ef2..bbbcdfe9 100644 --- a/docs/root/robots.txt +++ b/docs/root/robots.txt @@ -1,3 +1,2 @@ User-agent: * Disallow: /staging/ -Disallow: /docs/ From 9cd20f417d88be17ae68165809aeeb5c070eb6f1 Mon Sep 17 00:00:00 2001 From: Steffen Schneider Date: Sun, 20 Apr 2025 20:41:44 +0200 Subject: [PATCH 2/2] Fix docs workflow --- .github/workflows/docs.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f99f0c72..39f882b9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -7,14 +7,6 @@ on: pull_request: branches: - main - - public - - dev - paths: - - '**.py' - - '**.ipynb' - - '**.js' - - '**.rst' - - '**.md' jobs: build: