Skip to content

Fix description of the gridded bathymetry data format in docs (#134) #137

Fix description of the gridded bathymetry data format in docs (#134)

Fix description of the gridded bathymetry data format in docs (#134) #137

Workflow file for this run

name: Documentation (mkdocs)
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: |
pip install mkdocs-material
cd Documentation
./preparedocs
mkdocs gh-deploy --force