Skip to content

Merge pull request #766 from dbekaert/dev #18

Merge pull request #766 from dbekaert/dev

Merge pull request #766 from dbekaert/dev #18

Workflow file for this run

name: Deploy Docs to Github.io
on:
push:
tags:
- 'v*'
jobs:
build_and_deploy:
name: Build site and deploy
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
create-args: >-
python=3.10
- name: install RAiDER
shell: bash -l {0}
run: |
python -m pip install --no-deps .
- name: Deploy website
shell: bash -l {0}
run: |
mkdocs gh-deploy --force