We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc14b3e commit 3a96a1eCopy full SHA for 3a96a1e
.github/workflows/check-rtw.yml
@@ -1,5 +1,5 @@
1
# This workflow performs various validation steps for Cylc and Rose, and
2
-# builds and checks the documentation.
+# checks the documentation.
3
name: Check Recipe Test Workflow (RTW)
4
5
# Controls when the action will run
@@ -68,14 +68,9 @@ jobs:
68
cd esmvaltool/utils/recipe_test_workflow/recipe_test_workflow
69
rose macro -V
70
71
- - name: Build documentation
72
- run: |
73
- cd esmvaltool/utils/recipe_test_workflow/doc
74
- make html
75
-
76
- name: Check for broken links in the documentation
77
run: |
78
+ cd doc/sphinx/source/utils/RTW/
79
make linkcheck
80
81
- name: Lint shell scripts
0 commit comments