mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-23 04:34:44 +03: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'
|
||||
|
||||
- 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: |
|
||||
cd website-docs
|
||||
|
Loading…
Reference in New Issue
Block a user