__
This commit is contained in:
parent
8e7958be76
commit
409161efe7
12
.github/workflows/Docs.yml
vendored
12
.github/workflows/Docs.yml
vendored
@ -31,12 +31,12 @@ jobs:
|
|||||||
echo done
|
echo done
|
||||||
ls -r
|
ls -r
|
||||||
cd ..
|
cd ..
|
||||||
git clone --depth 1 https://${{ secrets.TOKEN }}@github.com/NPI-D7/NPI-D7.github.io.git
|
git clone --depth 1 https://${{ secrets.TOKEN }}@github.com/NPI-D7/RenderD7.git RD7 -b gh-pages
|
||||||
mkdir -p NPI-D7.github.io/RenderD7-docs
|
mkdir -p RD7
|
||||||
#rm -r NPI-D7.github.io/RenderD7-docs/*
|
#rm -r RD7/*
|
||||||
mv -v RenderD7/doc NPI-D7.github.io/RenderD7-docs/
|
mv -v RenderD7/doc RD7/
|
||||||
#rm -r doc
|
#rm -r doc
|
||||||
cd NPI-D7.github.io
|
cd RD7
|
||||||
git config --global user.email "tobid7@outlook.de"
|
git config --global user.email "tobid7@outlook.de"
|
||||||
git config --global user.name "Tobi-D7"
|
git config --global user.name "Tobi-D7"
|
||||||
echo tobid7
|
echo tobid7
|
||||||
@ -45,5 +45,5 @@ jobs:
|
|||||||
git commit -m "Documentation1"
|
git commit -m "Documentation1"
|
||||||
git tag doc
|
git tag doc
|
||||||
echo commited
|
echo commited
|
||||||
git push origin main
|
git push origin gh-pages
|
||||||
echo pushed
|
echo pushed
|
||||||
|
Loading…
Reference in New Issue
Block a user