mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-08 17:42:19 +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
|
- name: Update wheels
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
export KALDIFEAT_DIR=$PWD
|
||||||
|
ls -lh $KALDIFEAT_DIR
|
||||||
|
|
||||||
export GIT_LFS_SKIP_SMUDGE=1
|
export GIT_LFS_SKIP_SMUDGE=1
|
||||||
git clone https://huggingface.co/csukuangfj/kaldifeat huggingface
|
git clone https://huggingface.co/csukuangfj/kaldifeat huggingface
|
||||||
cd huggingface
|
cd huggingface
|
||||||
|
|
||||||
export KALDIFEAT_DIR=$PWD
|
|
||||||
ls -lh $KALDIFEAT_DIR
|
|
||||||
./run.sh
|
./run.sh
|
||||||
|
|
||||||
- name: Build doc
|
- name: Build doc
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd doc
|
cd doc
|
||||||
|
git status
|
||||||
python3 -m pip install -r ./requirements.txt
|
python3 -m pip install -r ./requirements.txt
|
||||||
make html
|
make html
|
||||||
cp source/cpu.html build/html/
|
cp source/cpu.html build/html/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user