From f060378913f4185c97e36d5df464644e393f6786 Mon Sep 17 00:00:00 2001 From: Arjan Dikhoff Date: Fri, 25 Oct 2024 00:44:20 +0200 Subject: [PATCH] Look into ssh dir --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index f89ff6955fc2..f9f6111a299e 100755 --- a/build.sh +++ b/build.sh @@ -22,6 +22,9 @@ LIVE_ROOT="redot-docs-live" LIVE_REPO="https://github.com/Redot-Engine/$LIVE_ROOT.git" BUILD_DIR="html/en/$GIT_BRANCH" +echo "###############################" +ls -la ~/.ssh + mkdir -p $REPORT_DIR rm $REPORT_FILE echo "reporting to $REPORT_FILE" 2>&1 | tee -a $REPORT_FILE