Skip to content

OARec: add GeoJSON information #52

OARec: add GeoJSON information

OARec: add GeoJSON information #52

Workflow file for this run

name: Test documentation ⚙️
on:
pull_request:
paths:
- 'workshop/content/**'
defaults:
run:
working-directory: workshop/content
jobs:
build:
name: Test documentation build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install requirements 📦
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
- name: Build 📦
run: mkdocs build --strict