Update Docs.yml
This commit is contained in:
parent
5b926a7317
commit
ee4fe4f131
4
.github/workflows/Docs.yml
vendored
4
.github/workflows/Docs.yml
vendored
@ -33,13 +33,13 @@ jobs:
|
|||||||
mkdir -p ${{ steps.branch.outputs.branch }}
|
mkdir -p ${{ steps.branch.outputs.branch }}
|
||||||
rm -r ${{ steps.branch.outputs.branch }}/*
|
rm -r ${{ steps.branch.outputs.branch }}/*
|
||||||
mv -v doc ${{ steps.branch.outputs.branch }}/
|
mv -v doc ${{ steps.branch.outputs.branch }}/
|
||||||
#rm -r doc/
|
rm -r doc/
|
||||||
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
|
||||||
git stage *
|
git stage *
|
||||||
echo staged
|
echo staged
|
||||||
git commit -m "Documentation1"
|
git commit -a "Documentation1"
|
||||||
git tag doc
|
git tag doc
|
||||||
cd ..
|
cd ..
|
||||||
echo commited
|
echo commited
|
||||||
|
Loading…
Reference in New Issue
Block a user