mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-09 10:02:20 +00:00
fix doc building
This commit is contained in:
parent
114ea348a7
commit
64b6e7fcc5
6
.github/workflows/build-doc.yml
vendored
6
.github/workflows/build-doc.yml
vendored
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user