From 9dcfc8b674550709898664525ebb9dd4a41041e0 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 7 Mar 2024 18:22:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Local=20location=20to=20Python?= =?UTF-8?q?=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update-docs-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 🚀