Skip to content

Merge pull request #52 from biplovbhandari/docs_update#1_paper #138

Merge pull request #52 from biplovbhandari/docs_update#1_paper

Merge pull request #52 from biplovbhandari/docs_update#1_paper #138

Workflow file for this run

name: docs
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
- run: pip install mkdocs-material mkdocstrings hydrafloods
- run: mkdocs gh-deploy --force