Skip to content

revert to checkout@v3 as didn't help #3

revert to checkout@v3 as didn't help

revert to checkout@v3 as didn't help #3

Workflow file for this run

name: Build Docs
on:
push:
branches:
- main
- jennyhickson-patch-1
workflow_dispatch:
jobs:
build:
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