This commit is contained in:
parent
76cff7edca
commit
6cef4504a9
1 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/build.yaml
Normal file
16
.forgejo/workflows/build.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: https://git.madhouse-project.org/actions/nix/install@main
|
||||||
|
- name: Run Nix build
|
||||||
|
run: nix build --extra-experimental-features nix-command --extra-experimental-features flakes
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: presentation.pdf
|
||||||
|
path: result
|
||||||
Loading…
Add table
Add a link
Reference in a new issue