Skip to content

Updated reference from 'mundialis' git repository to 'actinia-org' (#31) #41

Updated reference from 'mundialis' git repository to 'actinia-org' (#31)

Updated reference from 'mundialis' git repository to 'actinia-org' (#31) #41

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