build correct
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 10s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 10s
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
- name: Compile Analysis1
|
||||
continue-on-error: true
|
||||
run: typst compile --root src src/cheatsheets/Analysis1.typ "build/Analysis 1.pdf"
|
||||
run: typst compile --root src src/cheatsheets/Analysis1.typ "build/Analysis1.pdf"
|
||||
|
||||
- name: Compile Schaltungstheorie
|
||||
continue-on-error: true
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
|
||||
- name: Compile LinAlg
|
||||
continue-on-error: true
|
||||
run: typst compile --root src src/cheatsheets/LinearAlgebra.typ "build/Linear Algebra.pdf"
|
||||
run: typst compile --root src src/cheatsheets/LinearAlgebra.typ "build/LinearAlgebra.pdf"
|
||||
|
||||
- name: Create Gitea Release
|
||||
continue-on-error: true
|
||||
@@ -45,4 +45,8 @@ jobs:
|
||||
with:
|
||||
name: "Formelsammlungen PDFs"
|
||||
tag_name: "latest"
|
||||
files: build/*.pdf
|
||||
files: build/*.pdf
|
||||
|
||||
- name: Trigger
|
||||
continue-on-error: true
|
||||
run: curl -u trigger:${{ secrets.TRIGGER_PASSWORD }} -X POST https://trigger.typst4ei.de/trigger/all
|
||||
Reference in New Issue
Block a user