This commit is contained in:
tobid7 2022-04-12 11:05:53 +02:00
parent 7165d1edc4
commit 3992096df3

View File

@ -26,22 +26,26 @@ jobs:
# Runs a single command using the runners shell
- name: Run a one-line script
run: |
git config --global user.email "tobid7@outlook.de"
git config --global user.name "Tobi-D7"
sudo apt-get install doxygen cmake -y
doxygen
echo done
ls -r
cd ..
git clone --depth 1 https://${{ secrets.TOKEN }}@github.com/NPI-D7/RenderD7.git RD7 -b gh-pages
mkdir -p RD7
rm -r RD7/*
cd RD7
git rm *
rm -r *
cd ..
mv -v RenderD7/doc/html/* RD7/
#rm -r doc
cd RD7
git config --global user.email "tobid7@outlook.de"
git config --global user.name "Tobi-D7"
echo tobid7
git stage *
git add/rm *
echo staged
git commit -a "Documentation1"
git tag doc