docs: update README (#2878)

This commit is contained in:
Yineng Zhang
2025-01-14 12:48:17 +08:00
committed by GitHub
parent 46d4431889
commit 80002562a8
2 changed files with 4 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ jobs:
cd _build/html
git clone https://$GITHUB_TOKEN@github.com/sgl-project/sgl-project.github.io.git ../sgl-project.github.io --depth 1
find ../sgl-project.github.io/ -mindepth 1 -not -path "../sgl-project.github.io/.git*" -not -name CNAME -delete
find ../sgl-project.github.io/ -mindepth 1 -not -path "../sgl-project.github.io/.git*" -not -name CNAME -not -name ".jekyll" -not -name ".nojekyll" -delete
cp -r * ../sgl-project.github.io
cp ../../README.md ../sgl-project.github.io/README.md
cd ../sgl-project.github.io