Daten neu zusammenfügen #98
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Daten neu zusammenfügen | |
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: Process import files | |
run: | | |
ant | |
- uses: stefanzweifel/git-auto-commit-action@v5 | |
with: | |
commit_message: Combined import files into general file |