Skip to content

Commit

Permalink
#3253: Update RTW GitHub workflow to no longer build the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ehogan committed Jun 25, 2024
1 parent fc14b3e commit 3a96a1e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/check-rtw.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3a96a1e

Please sign in to comment.