| .DS_Store | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| .github/workflows/main.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| docs/Makefile | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
.DS_StoreBinary 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: