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
index.html
 <html>
 <head>
   <title>CIME Documentation</title>
   <link type="text/css" rel="stylesheet" href="doc/build/html/_static/alabaster.css">
   <link type="text/css" rel="stylesheet" href="doc/build/html/_static/pygments.css">
   <meta http-equiv="refresh" content="0; url=doc/build/html/index.html" />
 </head>
 <body>
   If you are not redirected automatically, click <a href="doc/build/html/index.html">doc/build/html/index.html</a>
 </body>
back to top