mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-15 21:14:32 +01:00
🐞 Remove debug statements
This commit is contained in:
parent
9dcfc8b674
commit
1febb3c0fd
1 changed files with 1 additions and 9 deletions
10
.github/workflows/update-docs-site.yml
vendored
10
.github/workflows/update-docs-site.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue