🐞 Remove debug statements

This commit is contained in:
Alicia Sykes 2024-03-07 18:23:59 +00:00
parent 9dcfc8b674
commit 1febb3c0fd

View file

@ -42,15 +42,7 @@ jobs:
- name: Run script to update documentation 🪄
run: |
if [ -d master-docs/docs ]; then
ls -R master-docs/docs # List files for debugging
cp -r master-docs/docs website-docs/
echo "Copied docs from master to website"
else
pwd
ls -R
echo "master-docs/docs directory does not exist"
fi
cp -r master-docs/docs website-docs/
python ./do-markdown-magic.py
working-directory: website-docs