Skip to content

name change so can commit and check settings change #4

name change so can commit and check settings change

name change so can commit and check settings change #4

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / Build Docs

Invalid workflow file

The workflow is not valid. .github/workflows/publish_wps.yml (Line: 12, Col: 3): The identifier 'build and deploy' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
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