2 Commits

Author SHA1 Message Date
2977e413d7 Update .gitea/workflows/build.yaml
Some checks failed
Build and Release / build (push) Failing after 13s
2025-03-25 12:56:31 +00:00
70b7550747 Update .gitea/workflows/build.yaml 2025-03-25 12:45:18 +00:00

View File

@ -4,6 +4,8 @@ on:
push:
tags:
- 'v*'
schedule:
- cron: '@monthly'
jobs:
build:
@ -15,7 +17,7 @@ jobs:
- run: apk add --no-cache nodejs nix
- name: Checkout code
uses: actions/checkout@v4
- run: nix-channel --add https://nixos.org/channels/nixpkgs-unstable && nix-channel --update
- run: nix-channel --add https://nixos.org/channels/nixpkgs-stable && nix-channel --update
- run: nix-shell -p biber tectonic --run "tectonic Main.tex"
- name: Create Release