Skip to content

Commit afd7dd0

Browse files
committed
Update Typst query command to use placeholder for title
1 parent 874ed4c commit afd7dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
typst-version: ^0.10.0
3131
- name: Test Typst
32-
run: typst query vo/itvo.typ title
32+
run: typst query vo/itvo.typ <title>
3333

3434
- name: Compile Site
3535
run: deno task build

0 commit comments

Comments
 (0)