Skip to content

Commit

Permalink
Fixed compile script arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jneug committed Jun 28, 2024
1 parent 8490b3e commit 907e958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches: [ main ]

env:
OUTPUT_PATH: pdf

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -49,7 +46,7 @@ jobs:
- name: Compile PDF files
if: ${{ steps.filter.outputs.typst == 'true' }}
run: |
just compile -o {{ env.OUTPUT_PATH }} ${{ steps.filter.outputs.typst_files }}
just compile ${{ steps.filter.outputs.typst_files }}
# - name: Release package
# run: |
Expand Down
2 changes: 1 addition & 1 deletion 0.1-LT-Lerntheken.typ
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

version: "2024-06-25",
)

//
#hilfekarte(
label: <die-lerntheke>,
infotext: ["Malvorlage Wissenschaft lernen" von #link("http://www.schulbilder.org", "Schulbilder.org")],
Expand Down

0 comments on commit 907e958

Please sign in to comment.