Skip to content

add IAB

add IAB #12

Workflow file for this run

name: Create Tags
on:
push:
paths:
- 'src/tags/*'
- 'bin/createtags.py'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Create tags.json
run: |
python bin/createtags.py src/tags/* > var/tags.json
- name: Push update
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
./bin/update.sh