Compare commits

..
38 Commits
Author SHA1 Message Date
msyds f947df6711 refactor: rename doerg-tex → doerg-temml-worker 2026-02-28 21:40:24 -07:00
msyds 7aa6e02b9e fix: nix stuff and config 2026-02-28 21:26:05 -07:00
msyds 01d88bb30d fix: config spec 2026-02-28 20:21:23 -07:00
msyds 7e0826c496 feat: kaocha 2026-02-28 20:20:13 -07:00
msyds 06c20588f2 fix: align display math 2026-02-28 16:50:00 -07:00
msyds 4b4573ee1d feat: tests 2026-02-28 16:31:27 -07:00
msyds 071a15ca51 2026-02-27 19:41:40 -07:00
msyds f811a519b5 feat: to-html 2026-02-27 18:48:15 -07:00
msyds fa42052a6a refactor: split tex modules 2026-02-27 18:21:10 -07:00
msyds ea3b77619a fix: render-temml 2026-02-26 14:43:11 -07:00
msyds cf225f6bc5 fix: temml css 2026-02-26 14:33:44 -07:00
msyds 2776144f04 refactor: split up render-temml 2026-02-26 13:40:50 -07:00
msyds 71163b9bb5 AAAAAA xelatex 2026-02-26 13:07:07 -07:00
msyds 7d12f7d90e 2026-02-26 13:04:31 -07:00
msyds d5ccadb326 2026-02-26 12:07:07 -07:00
msyds ee86f0d643 2026-02-26 11:15:05 -07:00
msyds e67f62e5b0 2026-02-26 11:07:12 -07:00
msyds b765f71b55 2026-02-26 10:40:06 -07:00
msyds 47b201fd03 2026-02-26 10:31:17 -07:00
msyds 8ec78c040a 2026-02-26 09:04:49 -07:00
msyds d15f9988c2 2026-02-26 00:32:11 -07:00
msyds b3ca176ee2 2026-02-26 00:12:28 -07:00
msyds efd4c4cdbc 2026-02-25 17:07:48 -07:00
msyds f6da1187ad 2026-02-25 17:06:33 -07:00
msyds bd3e6016ed 2026-02-25 16:45:58 -07:00
msyds 02bbe0a8b8 2026-02-25 09:55:32 -07:00
msyds dc31f02b30 2026-02-25 09:48:33 -07:00
msyds fd8354f398 2026-02-25 09:24:51 -07:00
msyds af493a1291 2026-02-25 09:16:54 -07:00
msyds 955db64027 2026-02-24 17:52:49 -07:00
msyds ad8ae8f743 2026-02-24 17:50:42 -07:00
msyds a52bc97ed3 2026-02-24 15:05:22 -07:00
msyds 470dec9183 2026-02-24 10:50:03 -07:00
msyds 790ce7e01f 2026-02-24 10:43:43 -07:00
msyds aa8b89fe84 2026-02-24 09:43:47 -07:00
msyds 638b12c9eb 2026-02-24 09:11:28 -07:00
msyds 9ac8577478 2026-02-23 16:25:17 -07:00
msyds b5a5721eed wip: xelatex 2026-02-22 19:01:16 -07:00
3 changed files with 2 additions and 37 deletions
-11
View File
@@ -1,11 +0,0 @@
name: build
on: [push]
jobs:
build:
runs-on: nixos
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: build doerg
run: nix build -L .#doerg
-26
View File
@@ -1,26 +0,0 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
build:
runs-on: nixos
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: build doerg
run: nix build -L .#doerg
Explore-Gitea-Actions:
runs-on: nixos
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
@@ -15,6 +15,8 @@
(:refer-clojure :exclude [read-string]))
(defonce ^:private uniorg-script-path-atom (atom nil))
(def ^:dynamic *uniorg-timeout-duration*
"Number of milliseconds to wait before killing the external Uniorg
process."