Skip to content

Commit edee53d

Browse files
committed
Adding install preview step for failing 0.13 test
1 parent 412e593 commit edee53d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@ jobs:
5555

5656
- name: Build docs
5757
if: ${{ matrix.typst-version.doc }}
58-
run: just doc
58+
run: |
59+
just install-preview
60+
just doc

0 commit comments

Comments
 (0)