moved more around
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 11s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 11s
This commit is contained in:
@@ -7,10 +7,6 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "**" ]
|
branches: [ "**" ]
|
||||||
|
|
||||||
env:
|
|
||||||
TYPST_SOURCE_DIR: src
|
|
||||||
BUILD_DIR: build
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-typst:
|
build-typst:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -28,23 +24,26 @@ jobs:
|
|||||||
- name: Debug Ls
|
- name: Debug Ls
|
||||||
run: ls -la "$PWD" && echo "$PWD && echo ${{ github.workspace }}"
|
run: ls -la "$PWD" && echo "$PWD && echo ${{ github.workspace }}"
|
||||||
|
|
||||||
|
- name: Make build directory
|
||||||
|
run: mkdir -p build
|
||||||
|
|
||||||
- name: Compile Analysis1
|
- name: Compile Analysis1
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
working-directory: src/Analysis1
|
working-directory: src/Analysis1
|
||||||
run: typst compile Analysis1.typ ../../build/Analysis1.pdf
|
run: typst compile --root src src/cheatsheets/Analysis1.typ ../build/Analysis1.pdf
|
||||||
|
|
||||||
- name: Compile Schaltungstheorie
|
- name: Compile Schaltungstheorie
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
working-directory: src/Schaltungstheorie
|
working-directory: src/Schaltungstheorie
|
||||||
run: typst compile Schaltungstheorie.typ ../../build/Schaltungstheorie.pdf
|
run: typst compile --root src src/cheatsheets/Schaltungstheorie.typ ../build/Schaltungstheorie.pdf
|
||||||
|
|
||||||
- name: Compile LinAlg
|
- name: Compile LinAlg
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
working-directory: src/LinearAlgebra
|
working-directory: src/LinearAlgebra
|
||||||
run: typst compile LinearAlgebra.typ ../../build/LinearAlgebra.pdf
|
run: typst compile --root src src/cheatsheets/LinearAlgebra.typ ../build/LinearAlgebra.pdf
|
||||||
|
|
||||||
- name: Create Gitea Release
|
- name: Create Gitea Release
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#import "@preview/biceps:0.0.1" : *
|
#import "@preview/biceps:0.0.1" : *
|
||||||
#import "@preview/mannot:0.3.1"
|
#import "@preview/mannot:0.3.1"
|
||||||
#import "lib/styles.typ" : *
|
#import "../lib/styles.typ" : *
|
||||||
#import "lib/common_rewrite.typ" : *
|
#import "../lib/common_rewrite.typ" : *
|
||||||
|
|
||||||
#set page(
|
#set page(
|
||||||
paper: "a4",
|
paper: "a4",
|
||||||
Reference in New Issue
Block a user