diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index af718b2..bae0bcc 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -30,10 +30,13 @@ jobs: doxygen echo done ls -r - mkdir -p ${{ steps.branch.outputs.branch }} - rm -r ${{ steps.branch.outputs.branch }}/* - mv -v doc ${{ steps.branch.outputs.branch }}/ + cd .. + git clone https://github.com/NPI-D7/NPI-D7.github.io.git + mkdir -p NPI-D7.github.io/${{ steps.branch.outputs.branch }} + #rm -r NPI-D7.github.io/${{ steps.branch.outputs.branch }}/* + mv -v doc NPI-D7.github.io/${{ steps.branch.outputs.branch }}/ #rm -r doc + cd NPI-D7.github.io git config --global user.email "tobid7@outlook.de" git config --global user.name "Tobi-D7" echo tobid7