From 187d94949f97a1d1754d2edee25876999ef85168 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 7 Mar 2024 18:31:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Try=20again?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update-docs-site.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/update-docs-site.yml b/.github/workflows/update-docs-site.yml index f6c6330c..ab59299c 100644 --- a/.github/workflows/update-docs-site.yml +++ b/.github/workflows/update-docs-site.yml @@ -42,18 +42,9 @@ jobs: - name: Run script to update documentation 🪄 run: | - if [ -d master-docs/docs ]; then - cp -r master-docs/docs website-docs/ - else - pwd - echo "All master docs:" - ls -l - echo "All outer code:" - ls ../ - echo "No /docs directory found in master branch" - exit 1 - fi + cp -r ../master-docs/docs / python ./do-markdown-magic.py + working-directory: website-docs - name: Commit changes 🚀