mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-07 17:15:17 +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
|
if [ -d master-docs/docs ]; then
|
||||||
cp -r master-docs/docs website-docs/
|
cp -r master-docs/docs website-docs/
|
||||||
else
|
else
|
||||||
|
pwd
|
||||||
|
echo "All master docs:"
|
||||||
|
ls -l master-docs
|
||||||
|
echo "All outer code:"
|
||||||
|
ls ../
|
||||||
echo "No /docs directory found in master branch"
|
echo "No /docs directory found in master branch"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue