From 86d5b8f3a3dbb62bc49c5b1793b66ff094da2766 Mon Sep 17 00:00:00 2001 From: Artem Navoiev Date: Fri, 14 Jul 2023 00:02:06 +0200 Subject: [PATCH] debug workflow1 Signed-off-by: Artem Navoiev --- .github/workflows/sync-docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index da64c118e..7a5e92fdf 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -35,9 +35,11 @@ jobs: git_user_signingkey: true git_commit_gpgsign: true workdir: docs - + - name: update code and commit run: | + ls -la / + ls -la /home rm -rf content cp -r /main/docs content make clean-after-copy