23 Star 131 Fork 37

Gitee 极速下载 / Taichi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/taichi-dev/taichi
克隆/下载
netlify.toml 1015 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ailing 提交于 2023-01-19 20:49 . [doc] Fix netlify build command (#7217)
[build]
command = "git clone https://github.com/taichi-dev/docs.taichi.graphics.git; git clone https://github.com/taichi-dev/docstring-gen docsgen; export DOCSTRING_GEN_PATH=\"$(pwd)/docsgen\"; export TAICHI_PATH=\"$(pwd)/python/taichi\"; export TAICHI_MAIN=\"$(pwd)\"; export TAICHI_WEBSITE=\"$(pwd)/docs.taichi.graphics\"; export DO_NOT_THROW_ON_BROKEN_LINKS=true; pip install sphinx-autoapi==1.8.4 gitpython pydata-sphinx-theme==0.7.2; cd $DOCSTRING_GEN_PATH/experimental; export current_version=master; make clean; make version; make apideploy; cd $TAICHI_WEBSITE/website; git fetch origin master; git reset --hard origin/master; npm install --global yarn@1.22; yarn install; ./sync_version.sh; yarn build;"
publish = "docs.taichi.graphics/website/build"
# Cancel the build if there're no changes detected in docs/ folder.
ignore = "git remote add upstream https://github.com/taichi-dev/taichi.git; git fetch upstream master; git diff --quiet $COMMIT_REF upstream/master -- docs/ python/ netlify.toml"
Python
1
https://gitee.com/mirrors/Taichi.git
git@gitee.com:mirrors/Taichi.git
mirrors
Taichi
Taichi
master

搜索帮助