From 8413bbe9114a1235a7d0ab7c8f78382524dadefc Mon Sep 17 00:00:00 2001 From: installer Date: Thu, 16 Jan 2025 18:34:38 +0100 Subject: [PATCH] fix: typo --- .github/workflows/build_pdf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_pdf.yml b/.github/workflows/build_pdf.yml index bae5c8f..97f2fd7 100644 --- a/.github/workflows/build_pdf.yml +++ b/.github/workflows/build_pdf.yml @@ -19,8 +19,8 @@ jobs: cache-dependency-path: requirements.typ - run: | - typst compile cv_en.typ cv_en.pdf - typst compile cv_fr.typ cv_fr.pdf + typst compile cv_en.typ cv_en.pdf + typst compile cv_fr.typ cv_fr.pdf - name: Upload PDF as artifact uses: actions/upload-artifact@v2