Skip to content

Merge pull request #670 from dbekaert/dev #13

Merge pull request #670 from dbekaert/dev

Merge pull request #670 from dbekaert/dev #13

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@v4
with:
fetch-depth: 0
- uses: mamba-org/provision-with-micromamba@v16
with:
extra-specs: |
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