jmwang66
2022-12-26 8b3e0e52c50f0bf27cc2eb5a44b428e44f48ae62
update github.io page
3个文件已修改
4 ■■■■ 已修改文件
.DS_Store 补丁 | 查看 | 原始文档 | blame | 历史
.github/workflows/main.yml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/Makefile 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
.DS_Store
Binary files differ
.github/workflows/main.yml
@@ -21,7 +21,7 @@
      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'
docs/Makefile
@@ -7,7 +7,7 @@
SPHINXBUILD   = sphinx-build
SPHINXPROJ    = FunASR
SOURCEDIR     = .
BUILDDIR      = build
BUILDDIR      = _build
# Put it first so that "make" without argument is like "make help".
help: