Update Docs.yml
This commit is contained in:
parent
762b08eb08
commit
5eefebee43
4
.github/workflows/Docs.yml
vendored
4
.github/workflows/Docs.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd doc
|
cd doc
|
||||||
cp Doxyfile ../
|
cp Doxyfile ../
|
||||||
rm *
|
rm -r *
|
||||||
cd ..
|
cd ..
|
||||||
sudo apt-get install doxygen cmake -y
|
sudo apt-get install doxygen cmake -y
|
||||||
doxygen
|
doxygen
|
||||||
@ -36,7 +36,7 @@ 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/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