Files
maigret/.github/workflows/update-site-data.yml
T
Soxoj e84b5e3d5d Disable kinooh, sites list update workflow added (#329)
* Disable kinooh, sites list update workflow added

* Workflow update
2022-01-22 00:37:49 +03:00

19 lines
336 B
YAML

name: Update sites rating
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: build application
run: |
pip3 install .
python3 ./utils/update_site_data.py --empty-only