diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a29039..0faf1be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: uses: typst-community/setup-typst@v3 - name: Run Typst - run: typst compile --root . _CV/CV.typ public/CV.pdf + run: typst fonts # compile --root . _CV/CV.typ public/CV.pdf - name: Build jekyll run: bundle exec jekyll build