🐞 Try again

This commit is contained in:
Alicia Sykes 2024-03-07 18:31:00 +00:00
parent 5101017f32
commit 187d94949f

View file

@ -42,18 +42,9 @@ jobs:
- name: Run script to update documentation 🪄 - name: Run script to update documentation 🪄
run: | run: |
if [ -d master-docs/docs ]; then cp -r ../master-docs/docs /
cp -r master-docs/docs website-docs/
else
pwd
echo "All master docs:"
ls -l
echo "All outer code:"
ls ../
echo "No /docs directory found in master branch"
exit 1
fi
python ./do-markdown-magic.py python ./do-markdown-magic.py
working-directory: website-docs working-directory: website-docs
- name: Commit changes 🚀 - name: Commit changes 🚀