Skip to content

Release v0.9.12

Release v0.9.12 #1100

Workflow file for this run

name: Test build of website
on:
pull_request:
branches:
- main
- develop
jobs:
test_build:
name: Test build of site
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: '3.10'
activate-environment: hyp3-docs
environment-file: environment.yml
- name: Test build of website
shell: bash -l {0}
run: |
mkdocs build