From a0350b7814049c8b3e51f33c47b5e96814e0a147 Mon Sep 17 00:00:00 2001 From: Tobi Date: Sat, 24 Jul 2021 17:16:53 +0200 Subject: [PATCH] Update Docs.yml --- .github/workflows/Docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 1f9a030..3c365b0 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -30,6 +30,8 @@ jobs: sudo apt-get install doxygen cmake -y doxygen echo done + mkdir ${{ steps.branch.outputs.branch }} + mv -r doc ${{ steps.branch.outputs.branch }}/ git config --global user.email "tobid7@outlook.de" git config --global user.name "Tobi-D7" echo tobid7