name change so can commit and check settings change #4
Workflow file for this run
This file contains 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: Build Docs | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- jennyhickson-patch-1 | ||
workflow_dispatch: | ||
jobs: | ||
build and deploy: | ||
Check failure on line 12 in .github/workflows/publish_wps.yml GitHub Actions / Build DocsInvalid workflow file
|
||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out source | ||
uses: actions/checkout@v3 | ||
- run: | | ||
conda env create -f env.yml | ||
conda activate sphynx_doc_env | ||
make clean html |