Skip to content

build(deps): bump geopandas from 0.14.0 to 0.14.1 (#632) #287

build(deps): bump geopandas from 0.14.0 to 0.14.1 (#632)

build(deps): bump geopandas from 0.14.0 to 0.14.1 (#632) #287

Workflow file for this run

name: Doc
on:
push:
branches:
- main
jobs:
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force