Skip to content

Commit

Permalink
🐞 Print paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Mar 7, 2024
1 parent 73e92c6 commit f987679
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f987679

Please sign in to comment.