Skip to content

Commit

Permalink
CI: Don't build PDF as xelatex engine is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Mar 12, 2024
1 parent 377b8f5 commit 1db2986
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1db2986

Please sign in to comment.