From a58eafc10ed19d28052d015951e925d4868b1ea9 Mon Sep 17 00:00:00 2001 From: Mishig Davaadorj Date: Thu, 1 Feb 2024 17:38:27 +0100 Subject: [PATCH] [wip] test automatic colab link from doc-builder --- .github/workflows/build_pr_documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index 64c41ff8..fddd2759 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -18,4 +18,5 @@ jobs: path_to_docs: cookbook/notebooks/ additional_args: --not_python_module languages: en - convert_notebooks: true \ No newline at end of file + convert_notebooks: true + doc_builder_revision: add_colab_link_tonbcnversion \ No newline at end of file