From 140edb7f56c9d6b2e09d067bfbe446fb73e75f0a Mon Sep 17 00:00:00 2001 From: ciatph Date: Thu, 12 Sep 2024 05:27:32 +0800 Subject: [PATCH] log directory paths --- scripts/build-docs.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/build-docs.sh b/scripts/build-docs.sh index f374e10..51b59c3 100644 --- a/scripts/build-docs.sh +++ b/scripts/build-docs.sh @@ -15,3 +15,12 @@ version=$(grep -oP '"version":\s*"\K[^"]+' "$filePath") # Output the version as a GitHub Actions output variable echo "$version" >> $GITHUB_ENV echo version: "$version" + +# Log directories +ls -l -a + +cd docs +ls -l -a + +cd ph-municipalities +ls -l -a