mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
🐞 Print paths
This commit is contained in:
parent
73e92c6684
commit
f987679f08
1 changed files with 5 additions and 0 deletions
5
.github/workflows/update-docs-site.yml
vendored
5
.github/workflows/update-docs-site.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue