Compare commits

...

5 Commits
v2.2.9 ... main

Author SHA1 Message Date
44538f3af6 Update .gitea/workflows/build.yaml
Some checks failed
Build and Release / build (push) Has been cancelled
2025-03-25 13:03:15 +00:00
65e919ae70 Update .gitea/workflows/build.yaml
Some checks failed
Build and Release / build (push) Failing after 1m1s
2025-03-25 13:00:08 +00:00
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
Nareshkumar Rao
4484fc0303 wip
Some checks failed
Build and Release / build (push) Has been cancelled
2025-03-23 14:35:11 +01:00

View File

@ -2,8 +2,10 @@ name: Build and Release
on:
push:
branches:
- '*'
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/nixos-24.11 nixpkgs && nix-channel --update
- run: nix-shell -p biber tectonic --run "tectonic Main.tex"
- name: Create Release