From ea76988053d78e6d803be0ae461a015b30c7f71e Mon Sep 17 00:00:00 2001 From: Arran Ubels Date: Fri, 31 May 2024 19:57:17 +1000 Subject: [PATCH 1/2] Added `options` to example To make it more obvious --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 072759f..bf37612 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ jobs: - name: Typst uses: lvignoli/typst-action@main with: + options: | + --font-path + fonts source_file: | first_file.typ second_file.typ From 4dfc00332e61cad2203cf28bc7eb2af843b54991 Mon Sep 17 00:00:00 2001 From: Arran Ubels Date: Fri, 31 May 2024 19:58:53 +1000 Subject: [PATCH 2/2] Yaml alignment --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf37612..aa8daa7 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ jobs: - name: Typst uses: lvignoli/typst-action@main with: - options: | - --font-path - fonts + options: | + --font-path + fonts source_file: | first_file.typ second_file.typ