From 69fe7d4cb4ee3fbae28709a099914c85f150d1a1 Mon Sep 17 00:00:00 2001 From: Tobi Date: Fri, 30 Jul 2021 13:11:14 +0200 Subject: [PATCH] Update Docs.yml --- .github/workflows/Docs.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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