Ci Fix: Fixed "Fun" docker problem
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Failing after 9s

This commit is contained in:
alexander
2025-12-14 17:30:32 +01:00
parent 15dff69e39
commit 3c52dc6e25
6 changed files with 3 additions and 3863 deletions

2
.vscode/tasks.json vendored
View File

@@ -3,7 +3,7 @@
{
"label": "Compile All",
"type": "shell",
"command": "./compile-all.bash",
"command": "TYPST_SOURCE_DIR=src BUILD_DIR=output ./compile-all.bash",
"group": {
"kind": "build",
"isDefault": true