mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update docs
This commit is contained in:
parent
bf1a3ff4d1
commit
ddbc6dcc81
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -18,14 +18,14 @@ jobs:
|
||||
pre-build-command: "pip install sphinx-markdown-tables nbsphinx jinja2 recommonmark sphinx_rtd_theme"
|
||||
|
||||
- name: deploy copy
|
||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
|
||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm'
|
||||
run: |
|
||||
mkdir public
|
||||
touch public/.nojekyll
|
||||
cp -r docs_cn/_build/html/* public/
|
||||
|
||||
- name: deploy github.io pages
|
||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
|
||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm'
|
||||
uses: peaceiris/actions-gh-pages@v2.3.1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user