Skip to content

Commit 1db2986

Browse files
committed
CI: Don't build PDF as xelatex engine is missing
1 parent 377b8f5 commit 1db2986

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/build-artifacts.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ jobs:
2121
- name: Check Nix Flake
2222
run: nix flake check
2323

24-
- name: Build Anki deck and PDF with Nix
25-
run: nix develop --command bash -c 'make cards.apkg cards.pdf'
24+
- name: Build Anki deck with Nix
25+
run: nix develop --command bash -c 'make cards.apkg'
2626

2727
- name: Release
2828
uses: softprops/action-gh-release@v2
2929
with:
3030
files: |
3131
cards.apkg
32-
cards.pdf

0 commit comments

Comments
 (0)