Unverified Commit 20a9f5df authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix: not delete CNAME (#2860)

parent 42f39099
...@@ -49,7 +49,7 @@ jobs: ...@@ -49,7 +49,7 @@ jobs:
cd _build/html cd _build/html
git clone https://$GITHUB_TOKEN@github.com/sgl-project/sgl-project.github.io.git ../sgl-project.github.io --depth 1 git clone https://$GITHUB_TOKEN@github.com/sgl-project/sgl-project.github.io.git ../sgl-project.github.io --depth 1
rm -rf ../sgl-project.github.io/* find ../sgl-project.github.io/ -mindepth 1 -not -name CNAME -delete
cp -r * ../sgl-project.github.io cp -r * ../sgl-project.github.io
cp ../../README.md ../sgl-project.github.io/README.md cp ../../README.md ../sgl-project.github.io/README.md
cd ../sgl-project.github.io cd ../sgl-project.github.io
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment