🐞 Try again

This commit is contained in:
Alicia Sykes 2024-03-07 18:31:00 +00:00
parent 5101017f32
commit 187d94949f
1 changed files with 2 additions and 11 deletions

View File

@ -42,18 +42,9 @@ jobs:
- name: Run script to update documentation 🪄
run: |
if [ -d master-docs/docs ]; then
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
cp -r ../master-docs/docs /
python ./do-markdown-magic.py
working-directory: website-docs
- name: Commit changes 🚀