Skip to content

Commit

Permalink
🐞 Remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Mar 7, 2024
1 parent 9dcfc8b commit 1febb3c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/update-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1febb3c

Please sign in to comment.