Compare commits
No commits in common. "main" and "v2.2.10" have entirely different histories.
@ -4,8 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
schedule:
|
|
||||||
- cron: '@monthly'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -17,7 +15,7 @@ jobs:
|
|||||||
- run: apk add --no-cache nodejs nix
|
- run: apk add --no-cache nodejs nix
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: nix-channel --add https://nixos.org/channels/nixos-24.11 nixpkgs && nix-channel --update
|
- run: nix-channel --add https://nixos.org/channels/nixpkgs-unstable && nix-channel --update
|
||||||
- run: nix-shell -p biber tectonic --run "tectonic Main.tex"
|
- run: nix-shell -p biber tectonic --run "tectonic Main.tex"
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user