Update Docs.yml
This commit is contained in:
parent
cc5a011a89
commit
66b8f6b921
3
.github/workflows/Docs.yml
vendored
3
.github/workflows/Docs.yml
vendored
@ -32,12 +32,11 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
sudo apt-get install doxygen cmake -y
|
sudo apt-get install doxygen cmake -y
|
||||||
doxygen
|
doxygen
|
||||||
cd doc
|
|
||||||
echo done
|
echo done
|
||||||
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/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
|
||||||
|
Loading…
Reference in New Issue
Block a user