Skip to content

Update all csv-files from schnitzler-briefe-data #9

Update all csv-files from schnitzler-briefe-data

Update all csv-files from schnitzler-briefe-data #9

name: Create Statistik Inputs
on:
workflow_dispatch
jobs:
build_pages:
name: Copy data to repo
runs-on: ubuntu-latest
env:
ANT_OPTS: -Xmx6g
steps:
- name: Perform Checkout
uses: actions/checkout@v4
- name: Install Saxon, Ant
run: |
apt-get update && apt-get install openjdk-11-jre-headless ant -y --no-install-recommend
./dl_saxon.sh
- name: Fetch and preprocess Data
run: |
./fetch_data.sh
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Downloaded/Updated Data