Compare commits

..

No commits in common. "e653a6667e1c66acda7a27a881716de947a38aca" and "fb3c107e1ac234704b7bb6d25a504f1a94aed3d0" have entirely different histories.

2 changed files with 0 additions and 22 deletions

View File

@ -1,18 +0,0 @@
# on:
# schedule:
# - cron: '1 1 * * *' # every day at 1:01am
on: [push]
jobs:
update_database:
runs-on: docker-alpine
steps:
- name: All tools we need
run: apk add --no-cache git curl jq openjdk21-jre php php-dom php-curl php-openssl php-sqlite3
- name: Checkout
uses: actions/checkout@v4
- name: run crawler
run: |
cd crawler
php crawler.php

View File

@ -1,4 +0,0 @@
results/*.pdf filter=lfs diff=lfs merge=lfs -text
csv/*.csv filter=lfs diff=lfs merge=lfs -text
pages/*.html filter=lfs diff=lfs merge=lfs -text
events/*.html filter=lfs diff=lfs merge=lfs -text