File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 7676 else
7777 cd doc && ./build_docs -b ${PWD}/_build -c
7878 fi
79+
80+ # TODO: Split testing.sh tests into their own steps in this job
81+ - name : Text Sphinx builds with omnibus script
82+ if : success() || failure()
83+ run : |
84+ if ${{ inputs.use_conda }}; then
85+ cd doc && conda run -n ${{ inputs.conda_env_name }} ./testing.sh
86+ else
87+ cd doc && ./testing.sh
88+ fi
Original file line number Diff line number Diff line change 66 branches : ['*']
77 paths :
88 - ' python/conda_env_ctsm_py.txt'
9+ - ' .github/workflows/docs-common.yml'
910
1011 pull_request :
1112 # Run on pull requests that change the listed files
1213 paths :
1314 - ' python/conda_env_ctsm_py.txt'
15+ - ' .github/workflows/docs-common.yml'
1416
1517 schedule :
1618 # 8 am every Monday UTC
Original file line number Diff line number Diff line change 1010 - ' !doc/*ChangeLog*'
1111 - ' !doc/*ChangeSum*'
1212 - ' !doc/UpdateChangelog.pl'
13+ - ' .github/workflows/docs-common.yml'
1314
1415 pull_request :
1516 # Run on pull requests that change the listed files
1819 - ' !doc/*ChangeLog*'
1920 - ' !doc/*ChangeSum*'
2021 - ' !doc/UpdateChangelog.pl'
22+ - ' .github/workflows/docs-common.yml'
2123
2224 workflow_dispatch :
2325
You can’t perform that action at this time.
0 commit comments