Fix
This commit is contained in:
parent
9e5ce455ca
commit
8e7958be76
2
.github/workflows/Docs.yml
vendored
2
.github/workflows/Docs.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
echo done
|
echo done
|
||||||
ls -r
|
ls -r
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://github.com/NPI-D7/NPI-D7.github.io.git
|
git clone --depth 1 https://${{ secrets.TOKEN }}@github.com/NPI-D7/NPI-D7.github.io.git
|
||||||
mkdir -p NPI-D7.github.io/RenderD7-docs
|
mkdir -p NPI-D7.github.io/RenderD7-docs
|
||||||
#rm -r NPI-D7.github.io/RenderD7-docs/*
|
#rm -r NPI-D7.github.io/RenderD7-docs/*
|
||||||
mv -v RenderD7/doc NPI-D7.github.io/RenderD7-docs/
|
mv -v RenderD7/doc NPI-D7.github.io/RenderD7-docs/
|
||||||
|
Loading…
Reference in New Issue
Block a user