blog post describes a mechanism to add keyword from thesaurus as queryable #49
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build ⚙️ | |
on: | |
push: | |
branches: [gh-pages] | |
pull_request: | |
branches: [gh-pages] | |
jobs: | |
build: | |
name: Test JSON artifact generation | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-python@v2 | |
with: | |
python-version: '3.x' | |
- name: Install requirements 📦 | |
run: | | |
python -m pip install --upgrade pip | |
pip install mkdocs | |
- name: Run ⚙️ | |
run: | | |
python -mjson.tool live-deployments.geojson | |
python -mjson.tool community/psc.geojson | |