cv/.forgejo/workflows/build.yml
Felix Schröter 057b79f4ba
All checks were successful
Build / build (push) Successful in 15s
build(forgejo-ci): switch to upload-artifact fork with fix for v4
2025-02-19 16:46:11 +01:00

21 lines
479 B
YAML

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
- uses: https://code.forgejo.org/forgejo/upload-artifact@v4
with:
name: CV
path: main.pdf