minor: fix release docs (#2868)
This commit is contained in:
2
.github/workflows/release-docs.yml
vendored
2
.github/workflows/release-docs.yml
vendored
@@ -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
|
||||||
find ../sgl-project.github.io/ -mindepth 1 -not -name CNAME -delete
|
find ../sgl-project.github.io/ -mindepth 1 -not -path "../sgl-project.github.io/.git*" -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
|
||||||
|
|||||||
Reference in New Issue
Block a user