Skip to content

Merge pull request #728 from Premas/feat-lts-page #272

Merge pull request #728 from Premas/feat-lts-page

Merge pull request #728 from Premas/feat-lts-page #272

Workflow file for this run

name: ci
on:
push:
branches:
- dev
- main
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: latest
conda-solver: libmamba
environment-file: build_env.yml
activate-environment: build
- name: Build pages
run: |
conda activate build
mkdocs gh-deploy --force --strict