open-goverance/.forgejo/workflows/push.yaml
Brendan Golden 2088c74d22
All checks were successful
On_Push / pdfs (budget) (push) Successful in 38s
On_Push / pdfs (events) (push) Successful in 2m42s
On_Push / pdfs (handovers) (push) Successful in 12s
On_Push / pdfs (minutes) (push) Successful in 16s
ci: switch over to using forgejo actions
2024-08-11 00:25:45 +01:00

34 lines
No EOL
874 B
YAML

name: On_Push
on:
push:
branches:
- 'main'
# paths:
# - .forgejo/**/*
# - Committee/**/Handovers/*
# - Minutes/**/*
# - Committee/**/Budget/*
# - Events/**/*
jobs:
# rust code must be formatted for standardisation
pdfs:
# build it using teh base nixos system, helps with caching
runs-on: nix
strategy:
matrix:
script: [ handovers, minutes, budget, events ]
steps:
# get the repo first
- uses: https://code.forgejo.org/actions/checkout@v4
# actual script to run the build process
- run: nix run .#${{ matrix.script }}
- run: ls -lah
- run: ls -lah pdf_${{ matrix.script }}/
# upload the files
- uses: https://code.forgejo.org/forgejo/upload-artifact@v4
with:
name: PDFs-${{ matrix.script }}
path: pdf_${{ matrix.script }}/