Skip to content

Commit 50b19ab

Browse files
ci: upload the mdbook-typst-extra-docs binary
1 parent 62cb4be commit 50b19ab

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,15 @@ jobs:
2424
- name: Install mdbook-typst-highlight (fork)
2525
run: |
2626
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.
2728
- name: Build the preprocessor
28-
# This step is unnecessary, but helps debugging.
2929
run: |
3030
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
3136

3237
- run: just build
3338

0 commit comments

Comments
 (0)