Skip to content

Merge pull request #33 from actinia-org/mapset_deletion_fixes #42

Merge pull request #33 from actinia-org/mapset_deletion_fixes

Merge pull request #33 from actinia-org/mapset_deletion_fixes #42

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force --config-file docs/mkdocs.yml