mirror of https://github.com/Lissy93/dashy.git
🔨 Submits workflow path fix for docs site sync
This commit is contained in:
parent
c2368e1af2
commit
1eed8e5313
|
@ -41,10 +41,10 @@ jobs:
|
|||
python-version: '3.x'
|
||||
|
||||
- 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
|
||||
run: |
|
||||
cp -r ../master-docs/docs ./
|
||||
python ./do-markdown-magic.py
|
||||
|
||||
- name: Commit changes 🚀
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue