mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
🐞 Try again
This commit is contained in:
parent
5101017f32
commit
187d94949f
1 changed files with 2 additions and 11 deletions
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 🪄
|
- 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 🚀
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue