mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-25 22:55:32 +02:00
🔨 Submits workflow path fix for docs site sync
This commit is contained in:
parent
c2368e1af2
commit
1eed8e5313
8
.github/workflows/update-docs-site.yml
vendored
8
.github/workflows/update-docs-site.yml
vendored
@ -41,11 +41,11 @@ jobs:
|
|||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Run script to update documentation 🪄
|
- name: Run script to update documentation 🪄
|
||||||
run: |
|
|
||||||
cp -r master-docs/docs website-docs/docs
|
|
||||||
python website-docs/do-markdown-magic.py
|
|
||||||
working-directory: website-docs
|
working-directory: website-docs
|
||||||
|
run: |
|
||||||
|
cp -r ../master-docs/docs ./
|
||||||
|
python ./do-markdown-magic.py
|
||||||
|
|
||||||
- name: Commit changes 🚀
|
- name: Commit changes 🚀
|
||||||
run: |
|
run: |
|
||||||
cd website-docs
|
cd website-docs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user