We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cb4be commit 50b19abCopy full SHA for 50b19ab
1 file changed
.github/workflows/deploy.yaml
@@ -24,10 +24,15 @@ jobs:
24
- name: Install mdbook-typst-highlight (fork)
25
run: |
26
cargo install --git https://github.com/sicikh/mdbook-typst-highlight --branch upgrade-mdbook-0.5.2
27
+ # The following two steps are unnecessary, but help with debugging.
28
- name: Build the preprocessor
- # This step is unnecessary, but helps debugging.
29
30
cargo build --release --manifest-path ./typst-extra-docs/Cargo.toml
31
+ ln -s ./typst-extra-docs/target/release/typst-extra-docs ./mdbook-typst-extra-docs
32
+ - uses: actions/upload-artifact@v4
33
+ with:
34
+ name: mdbook-typst-extra-docs
35
+ path: ./mdbook-typst-extra-docs
36
37
- run: just build
38
0 commit comments