This commit is contained in:
parent
968870eb5d
commit
6d80b22588
20
.gitea/workflows/build.yaml
Normal file
20
.gitea/workflows/build.yaml
Normal file
@ -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/**
|
Loading…
Reference in New Issue
Block a user