From 16510f52615a4c0c7ab9c4e0ae8998809bb1f82c Mon Sep 17 00:00:00 2001 From: Tobi Date: Fri, 30 Jul 2021 13:15:02 +0200 Subject: [PATCH] Update Docs.yml --- .github/workflows/Docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index bae0bcc..e6fad59 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -34,7 +34,7 @@ jobs: 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 }}/ + mv -v RenderD7/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"