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