build: add forgejo CI build & publish pdf

This commit is contained in:
Felix Schröter 2025-02-19 16:38:48 +01:00
parent 49168c8638
commit e9beb76baa
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -0,0 +1,20 @@
name: "Build"
on:
pull_request:
push:
env:
NIX_CONFIG: "accept-flake-config = true"
jobs:
build:
runs-on: native
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: nix flake check
continue-on-error: true
- run: nix run .#build
- uses: https://code.forgejo.org/actions/upload-artifact@v4
with:
name: CV
path: main.pdf