Skip to content

Commit 3a96a1e

Browse files
committed
#3253: Update RTW GitHub workflow to no longer build the docs
1 parent fc14b3e commit 3a96a1e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/check-rtw.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This workflow performs various validation steps for Cylc and Rose, and
2-
# builds and checks the documentation.
2+
# checks the documentation.
33
name: Check Recipe Test Workflow (RTW)
44

55
# Controls when the action will run
@@ -68,14 +68,9 @@ jobs:
6868
cd esmvaltool/utils/recipe_test_workflow/recipe_test_workflow
6969
rose macro -V
7070
71-
- name: Build documentation
72-
run: |
73-
cd esmvaltool/utils/recipe_test_workflow/doc
74-
make html
75-
7671
- name: Check for broken links in the documentation
7772
run: |
78-
cd esmvaltool/utils/recipe_test_workflow/doc
73+
cd doc/sphinx/source/utils/RTW/
7974
make linkcheck
8075
8176
- name: Lint shell scripts

0 commit comments

Comments
 (0)