diff --git a/.github/workflows/update-docs-site.yml b/.github/workflows/update-docs-site.yml index 2c342ab4df..5c7479b513 100644 --- a/.github/workflows/update-docs-site.yml +++ b/.github/workflows/update-docs-site.yml @@ -51,7 +51,7 @@ jobs: ls -R echo "master-docs/docs directory does not exist" fi - python website-docs/do-markdown-magic.py + python ./do-markdown-magic.py working-directory: website-docs - name: Commit changes 🚀