Skip to content

Commit 27c6fa1

Browse files
committed
chore: CI/CDのコマンドをmiseのタスクに置換
1 parent e2a80fc commit 27c6fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- uses: Swatinem/rust-cache@v2
1818
- uses: jdx/mise-action@v2
1919
- run: uv sync --locked
20-
- run: cargo test --package typst-docs --lib -- tests::test_docs --exact --nocapture
21-
- run: .venv/bin/python ./gen.py
20+
- run: mise run generate-docs
21+
- run: mise run generate-web
2222
# deploy ./dist to https://github.com/typst-doc-cn/typst-doc-cn.github.io
2323
- name: Deploy
2424
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)