mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update github.io page
This commit is contained in:
parent
c394e04c50
commit
8b3e0e52c5
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
|
||||
run: |
|
||||
mkdir public
|
||||
cp -r docs/build/html/* public/
|
||||
cp -r docs/build_/html/* public/
|
||||
|
||||
- name: deploy github.io pages
|
||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
|
||||
|
||||
@ -7,7 +7,7 @@ SPHINXOPTS =
|
||||
SPHINXBUILD = sphinx-build
|
||||
SPHINXPROJ = FunASR
|
||||
SOURCEDIR = .
|
||||
BUILDDIR = build
|
||||
BUILDDIR = _build
|
||||
|
||||
# Put it first so that "make" without argument is like "make help".
|
||||
help:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user