Skip to content

Commit

Permalink
gh action build things
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Dec 13, 2024
1 parent 96159d2 commit d326bbb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ jobs:
- name: Install Saxon, Ant and Fundament
run: |
apt-get update && apt-get install openjdk-11-jre-headless ant -y --no-install-recommend
./shellscripts/script.sh
- name: install python things
./shellscripts/dl_saxon.sh
./shellscripts/dl_imprint.sh
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: install python packages
run: pip install -r requirements.txt
- name: Fetch the data
run: ./fetch_data.sh
- name: Build the app
run: ant
- name: Setup Pages
Expand Down

0 comments on commit d326bbb

Please sign in to comment.