🐞 Print paths

This commit is contained in:
Alicia Sykes 2024-03-07 18:28:01 +00:00
parent 73e92c6684
commit f987679f08

View file

@ -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