parent
49168c8638
commit
e9beb76baa
1 changed files with 20 additions and 0 deletions
20
.forgejo/workflows/build.yml
Normal file
20
.forgejo/workflows/build.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue