Skip to content

Build demo collections #12

Build demo collections

Build demo collections #12

Workflow file for this run

name: "Build demo collections"
on:
push:
branches:
- master
paths:
- 'tools/db/*.json'
workflow_dispatch: # allow manual start
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
resources:
runs-on: windows-latest
steps:
- uses: actions/checkout@v7
with:
submodules: 'recursive'
- uses: actions/setup-python@v7
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: json2db
run: |
python -m misc.json2db
- name: Commit & Push changes
uses: actions-js/push@v1.6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: master
message: Update demo DB