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 987172b commit d007640Copy full SHA for d007640
.github/workflows/deploy.yml
@@ -15,13 +15,10 @@ jobs:
15
with:
16
toolchain: '1.77'
17
- uses: Swatinem/rust-cache@v2
18
- # python3 and package jinja2
19
- - uses: actions/setup-python@v2
20
- with:
21
- python-version: 3.x
22
- - run: python3 -m pip install jinja2 PyYAML
+ - uses: jdx/mise-action@v2
+ - run: uv sync --locked
23
- run: cargo test --package typst-docs --lib -- tests::test_docs --exact --nocapture
24
- - run: python3 ./gen.py
+ - run: .venv/bin/python ./gen.py
25
# deploy ./dist to https://github.com/typst-doc-cn/typst-doc-cn.github.io
26
- name: Deploy
27
if: github.ref == 'refs/heads/main'
0 commit comments