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 e2a80fc commit 27c6fa1Copy full SHA for 27c6fa1
.github/workflows/deploy.yml
@@ -17,8 +17,8 @@ jobs:
17
- uses: Swatinem/rust-cache@v2
18
- uses: jdx/mise-action@v2
19
- run: uv sync --locked
20
- - run: cargo test --package typst-docs --lib -- tests::test_docs --exact --nocapture
21
- - run: .venv/bin/python ./gen.py
+ - run: mise run generate-docs
+ - run: mise run generate-web
22
# deploy ./dist to https://github.com/typst-doc-cn/typst-doc-cn.github.io
23
- name: Deploy
24
if: github.ref == 'refs/heads/main'
0 commit comments