Skip to content

Commit

Permalink
log directory paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ciatph committed Sep 11, 2024
1 parent 8fe0d03 commit 140edb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 140edb7

Please sign in to comment.