Skip to content

Commit

Permalink
🔨 Submits workflow path fix for docs site sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Mar 7, 2024
1 parent c2368e1 commit 1eed8e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1eed8e5

Please sign in to comment.