this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

prepare for rapport and oral

Signed-off-by: Gwenn Le Bihan <gwenn.lebihan7@gmail.com>

+7 -3
+7 -3
.github/workflows/typst.yml
··· 1 - name: Compile main.typst 1 + name: Compile typst files 2 2 3 3 on: 4 4 workflow_dispatch: ··· 18 18 - name: Checkout repository 19 19 uses: actions/checkout@v3 20 20 21 - - name: Compile files 21 + - name: Compile logs 22 22 uses: lvignoli/typst-action@main 23 - with: { source_file: main.typ } 23 + with: { source_file: "logs.typ" } 24 + 25 + - name: Compile rapport 26 + uses: lvignoli/typst-action@main 27 + with: { source_file: "rapport.typ" } 24 28 25 29 - name: Commit and push changes 26 30 uses: EndBug/add-and-commit@v9
main.pdf logs.pdf
main.typ logs.typ