Create main.yml
This commit is contained in:
parent
90c6d75db4
commit
0e106ae34d
1 changed files with 16 additions and 0 deletions
16
.github/workflows/main.yml
vendored
Normal file
16
.github/workflows/main.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue