We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377b8f5 commit 1db2986Copy full SHA for 1db2986
.github/workflows/build-artifacts.yml
@@ -21,12 +21,11 @@ jobs:
21
- name: Check Nix Flake
22
run: nix flake check
23
24
- - name: Build Anki deck and PDF with Nix
25
- 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'
26
27
- name: Release
28
uses: softprops/action-gh-release@v2
29
with:
30
files: |
31
cards.apkg
32
- cards.pdf
0 commit comments