From 3a96a1e56142cb39cde4966634e5556a7ba879ea Mon Sep 17 00:00:00 2001 From: Emma Hogan Date: Tue, 25 Jun 2024 18:36:32 +0100 Subject: [PATCH] #3253: Update RTW GitHub workflow to no longer build the docs --- .github/workflows/check-rtw.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check-rtw.yml b/.github/workflows/check-rtw.yml index 19f32b4d29..85af1f2886 100644 --- a/.github/workflows/check-rtw.yml +++ b/.github/workflows/check-rtw.yml @@ -1,5 +1,5 @@ # This workflow performs various validation steps for Cylc and Rose, and -# builds and checks the documentation. +# checks the documentation. name: Check Recipe Test Workflow (RTW) # Controls when the action will run @@ -68,14 +68,9 @@ jobs: cd esmvaltool/utils/recipe_test_workflow/recipe_test_workflow rose macro -V - - name: Build documentation - run: | - cd esmvaltool/utils/recipe_test_workflow/doc - make html - - name: Check for broken links in the documentation run: | - cd esmvaltool/utils/recipe_test_workflow/doc + cd doc/sphinx/source/utils/RTW/ make linkcheck - name: Lint shell scripts