From 1db2986bfb1479671966d8177dbd462290477b48 Mon Sep 17 00:00:00 2001 From: Adrian Sieber Date: Tue, 12 Mar 2024 18:22:44 +0000 Subject: [PATCH] CI: Don't build PDF as xelatex engine is missing --- .github/workflows/build-artifacts.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index ea2ecfb..862274b 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -21,12 +21,11 @@ jobs: - name: Check Nix Flake run: nix flake check - - name: Build Anki deck and PDF with Nix - run: nix develop --command bash -c 'make cards.apkg cards.pdf' + - name: Build Anki deck with Nix + run: nix develop --command bash -c 'make cards.apkg' - name: Release uses: softprops/action-gh-release@v2 with: files: | cards.apkg - cards.pdf