Skip to content

Bump ASFHyP3/actions from 0.11.1 to 0.11.2 #1068

Bump ASFHyP3/actions from 0.11.1 to 0.11.2

Bump ASFHyP3/actions from 0.11.1 to 0.11.2 #1068

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