Skip to content

Update ASF Tools version to v0.6.0 #855

Update ASF Tools version to v0.6.0

Update ASF Tools version to v0.6.0 #855

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@v2
with:
auto-update-conda: true
python-version: 3.9
activate-environment: hyp3-docs
environment-file: environment.yml
- name: Test build of website
shell: bash -l {0}
run: |
mkdocs build