mirror of
https://github.com/Lissy93/dashy.git
synced 2025-01-05 10:06:59 +03:00
🐞 Try again
This commit is contained in:
parent
5101017f32
commit
187d94949f
13
.github/workflows/update-docs-site.yml
vendored
13
.github/workflows/update-docs-site.yml
vendored
@ -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 🚀
|
||||
|
Loading…
Reference in New Issue
Block a user