fix doc building

This commit is contained in:
Fangjun Kuang 2023-07-26 16:33:06 +08:00
parent 114ea348a7
commit 64b6e7fcc5

View File

@ -50,18 +50,20 @@ jobs:
- name: Update wheels
shell: bash
run: |
export KALDIFEAT_DIR=$PWD
ls -lh $KALDIFEAT_DIR
export GIT_LFS_SKIP_SMUDGE=1
git clone https://huggingface.co/csukuangfj/kaldifeat huggingface
cd huggingface
export KALDIFEAT_DIR=$PWD
ls -lh $KALDIFEAT_DIR
./run.sh
- name: Build doc
shell: bash
run: |
cd doc
git status
python3 -m pip install -r ./requirements.txt
make html
cp source/cpu.html build/html/