Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
44538f3af6 | |||
65e919ae70 | |||
2977e413d7 | |||
70b7550747 |
@ -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/nixos-24.11 nixpkgs && nix-channel --update
|
||||
- run: nix-shell -p biber tectonic --run "tectonic Main.tex"
|
||||
|
||||
- name: Create Release
|
||||
|
Loading…
x
Reference in New Issue
Block a user