From f987679f08469022076239f08f548b8462250f41 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 7 Mar 2024 18:28:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Print=20paths?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update-docs-site.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/update-docs-site.yml b/.github/workflows/update-docs-site.yml index 2453b5d4..ea29d166 100644 --- a/.github/workflows/update-docs-site.yml +++ b/.github/workflows/update-docs-site.yml @@ -45,6 +45,11 @@ jobs: if [ -d master-docs/docs ]; then cp -r master-docs/docs website-docs/ else + pwd + echo "All master docs:" + ls -l master-docs + echo "All outer code:" + ls ../ echo "No /docs directory found in master branch" exit 1 fi