diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..d999fb1 --- /dev/null +++ b/.github/workflows/main.yml @@ -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