From 6ede5c7c8189244611d59c6c96b78a81d09e50de Mon Sep 17 00:00:00 2001 From: Elyas Heidari <55977725+EliHei2@users.noreply.github.com> Date: Thu, 12 Sep 2024 05:12:04 +0200 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index aa3ab3d..80bd5eb 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -34,8 +34,8 @@ jobs: # Step 3: Install package and set PYTHONPATH - name: Install package and documentation dependencies run: | - export PYTHONPATH=$PYTHONPATH:$(pwd)/src/segger - # pip install -e . + # export PYTHONPATH=$PYTHONPATH:$(pwd) + pip install -e . # Step 4: Install MkDocs and required plugins - name: Install MkDocs and plugins