Skip to content

Commit

Permalink
code: add envvars
Browse files Browse the repository at this point in the history
  • Loading branch information
matiusz committed May 20, 2024
1 parent ef2ab7c commit 2a3f07a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ jobs:
run: python3 -m songbook.apps.create_pdf
env:
SONGBOOK_DATA_DIR: hk-songbook
SONGBOOK_TITLE: hk-songbook

- name: Generate 111 ADH PDF
run: python3 -m songbook.apps.create_pdf
env:
SONGBOOK_DATA_DIR: spiewnik111adh
SONGBOOK_TITLE: spiewnik111adh

- name: ls
run: ls
Expand Down

0 comments on commit 2a3f07a

Please sign in to comment.