From 6d80b2258896be0f2142e33d9e04e4dcc95ca595 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 22 Aug 2024 21:06:44 -0500 Subject: [PATCH] ci: add build --- .gitea/workflows/build.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitea/workflows/build.yaml diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..7e66ffc --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,20 @@ +name: Build resume +on: + - push + - workflow_dispatch + +jobs: + build: + runs-on: default + steps: + - name: Check out code + uses: actions/checkout@v4 + + - name: Build resume + run: | + nix --experimental-features "flakes nix-command" build . + + - uses: https://gitea.com/actions/gitea-release-action@main + with: + files: |- + result/**