Skip to content

Merge pull request #14 from llee-bdai/llee/python3_10_updates #57

Merge pull request #14 from llee-bdai/llee/python3_10_updates

Merge pull request #14 from llee-bdai/llee/python3_10_updates #57

Workflow file for this run

name: build_docs
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
sphinx_docs_to_gh_pages:
runs-on: ubuntu-latest
name: sphinx_docs_to_gh_pages
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: make_conda_env
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.7
environment-file: docs/env.yaml
auto-update-conda: false
auto-activate-base: false
show-channel-urls: true
- name: install
shell: bash -l {0}
run: |
python setup.py install
- name: build_docs_action
uses: uibcdf/[email protected]
with:
branch: main
dir_docs: docs/source
sphinxopts: ''