Revision 4f9ce69d21ba937af397412f6435c2429289f8ab authored by James Foucar on 09 February 2022, 17:45:29 UTC, committed by GitHub on 09 February 2022, 17:45:29 UTC
Automate documentation

Adds a Github Actions workflow to automate publishing documentation.

This workflow will trigger on a push to master that contains any changes
to files under doc/. The workflow builds and pushes changes to the
gh-pages branch.

Test suite: n/a
Test baseline: n/a
Test namelist changes: n/a
Test status: n/a

Fixes n/a
User interface changes?: n/a
Update gh-pages html (Y/N)?: N
2 parent s 108b0cc + 4f21841
Raw File
Externals.cfg
[ccs_config]
tag = ccs_config_cesm0.0.3
protocol = git
repo_url = https://github.com/ESMCI/ccs_config_cesm
local_path = ccs_config
required = True

[cmeps]
tag = cmeps0.13.40
protocol = git
repo_url = https://github.com/ESCOMP/CMEPS.git
local_path = components/cmeps
required = True

[cdeps]
tag = cdeps0.12.32
protocol = git
repo_url = https://github.com/ESCOMP/CDEPS.git
local_path = components/cdeps
externals = Externals_CDEPS.cfg
required = True

[cpl7]
tag = cpl7.0.10
protocol = git
repo_url = https://github.com/ESCOMP/CESM_CPL7andDataComps
local_path = components/cpl7
required = True

[share]
tag = share1.0.9
protocol = git
repo_url = https://github.com/ESCOMP/CESM_share
local_path = share
required = True

[mct]
tag = MCT_2.11.0
protocol = git
repo_url = https://github.com/MCSclimate/MCT
local_path = libraries/mct
required = True

[parallelio]
tag = pio2_5_4
protocol = git
repo_url = https://github.com/NCAR/ParallelIO
local_path = libraries/parallelio
required = True

[externals_description]
schema_version = 1.0.01
back to top