Publish new POD: Western Boundary Current variability (WBC_var) diagnostic (Developed with guidance from Aparna Radhakrishnan) #730
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: sphinx_action | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v1 | |
| - uses: ammaraskar/sphinx-action@master | |
| with: | |
| docs-folder: "doc/" | |
| pre-build-command: "cd doc" | |
| build-command: "sphinx-build . _build -c . -v" |