Create main.yml

This commit is contained in:
Marius 2024-09-03 12:38:07 +02:00 committed by GitHub
parent 90c6d75db4
commit 0e106ae34d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: "Build"
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix build
- run: cp result HDA-Thesis.pdf
- uses: actions/upload-artifact@v4
with:
name: HDA-thesis
path: HDA-thesis.pdf