Skip to content

Commit 6f13bed

Browse files
committed
Add Lua flashcards deck
Wire the Lua deck into the per-language and combined build pipelines and the CI matrix so cards.md is built into cards.apkg, cards-with-name.apkg, and cards.pdf alongside the other languages.
1 parent d42d455 commit 6f13bed

6 files changed

Lines changed: 1210 additions & 1 deletion

File tree

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- godot
2121
- sqlite
2222
- wolfram-language
23+
- lua
2324
steps:
2425
- name: Checkout
2526
uses: actions/checkout@v6

lua/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
cards-test
2+
cards.apkg
3+
cards.pdf

0 commit comments

Comments
 (0)