From 67c258315e4b6c02e857e2de070d2330ae3dc889 Mon Sep 17 00:00:00 2001 From: Artem Navoiev Date: Fri, 14 Jul 2023 00:14:08 +0200 Subject: [PATCH] fix path to main repo Signed-off-by: Artem Navoiev --- .github/workflows/sync-docs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index bf1ae899d..4a49e97e4 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -35,11 +35,8 @@ jobs: - name: update code and commit run: | - ls -la ../ - ls -la ./ - pwd rm -rf content - cp -r /main/docs content + cp -r ../main/docs content make clean-after-copy git config --global user.name "${{ steps.import-gpg.outputs.email }}" git config --global user.email "${{ steps.import-gpg.outputs.email }}"