Skip to content

Commit

Permalink
fix building doc
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Jul 26, 2023
1 parent af6e61a commit 114ea34
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
branches:
- master
- doc
workflow_dispatch:

jobs:
build-doc:
Expand All @@ -46,6 +47,17 @@ jobs:
- name: Display Python version
run: python -c "import sys; print(sys.version)"

- name: Update wheels
shell: bash
run: |
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: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
push:
tags:
- '*'
workflow_dispatch:

jobs:
pypi:
Expand All @@ -39,6 +40,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install wheel twine setuptools
python3 -m pip install torch==1.10.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
- name: Build
shell: bash
Expand Down

0 comments on commit 114ea34

Please sign in to comment.