Skip to content

Commit 7f10680

Browse files
committed
Workflows: fix e3sm-gh-pages workflow
The path to eamxx defaults XML was outdated
1 parent f5894d8 commit 7f10680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e3sm-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- ./tools/docs/**
1313
- components/*/mkdocs.yaml
1414
- components/*/docs/**
15-
- components/eamxx/cime_config/namelist_defaults_scream.xml
15+
- components/eamxx/cime_config/namelist_defaults_eamxx.xml
1616
# Runs every time a PR is open against master
1717
pull_request:
1818
branches: ["master"]
@@ -24,7 +24,7 @@ on:
2424
- ./tools/docs/**
2525
- components/*/mkdocs.yaml
2626
- components/*/docs/**
27-
- components/eamxx/cime_config/namelist_defaults_scream.xml
27+
- components/eamxx/cime_config/namelist_defaults_eamxx.xml
2828
workflow_dispatch:
2929

3030
concurrency:

0 commit comments

Comments
 (0)