Skip to content

Commit ba478fe

Browse files
author
liuxinwei
committed
ci: 移除 maple-font 的克隆和构建步骤
简化工作流程,直接安装依赖项而不需要克隆和构建 maple-font 仓库
1 parent bd02d55 commit ba478fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ jobs:
4545
sudo apt-get install graphviz
4646
apt-get update && sudo apt-get upgrade
4747
pip install --upgrade pip
48-
git clone --recursive https://github.com/xinetzone/maple-font.git
49-
cd maple-font
5048
pip install -ve .[doc,flows,dev]
51-
maple-font build --full
5249
conda install -c conda-forge pandoc compilers podman
5350
- name: 🔧 Build HTML
5451
run: |

0 commit comments

Comments
 (0)