Merge branch 'master' of github.com:mariunaise/thesis_b
This commit is contained in:
commit
ba3d9a45ec
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