mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-15 20:22:36 +00:00
Fix a typo.
This commit is contained in:
parent
c0ef970163
commit
13678c09ce
4
.github/workflows/build-doc.yml
vendored
4
.github/workflows/build-doc.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
- name: Build doc
|
||||
shell: bash
|
||||
run: |
|
||||
cd docs
|
||||
cd doc
|
||||
python3 -m pip install -r ./requirements.txt
|
||||
make html
|
||||
touch build/html/.nojekyll
|
||||
@ -58,5 +58,5 @@ jobs:
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./docs/build/html
|
||||
publish_dir: ./doc/build/html
|
||||
publish_branch: gh-pages
|
||||
|
Loading…
x
Reference in New Issue
Block a user