Disable kinooh, sites list update workflow added (#329)

* Disable kinooh, sites list update workflow added

* Workflow update
This commit is contained in:
Soxoj
2022-01-22 00:37:49 +03:00
committed by GitHub
parent 4d65d03074
commit e84b5e3d5d
5 changed files with 32 additions and 17 deletions
+18
View File
@@ -0,0 +1,18 @@
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