We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412e593 commit edee53dCopy full SHA for edee53d
.github/workflows/tests.yml
@@ -55,4 +55,6 @@ jobs:
55
56
- name: Build docs
57
if: ${{ matrix.typst-version.doc }}
58
- run: just doc
+ run: |
59
+ just install-preview
60
+ just doc
0 commit comments