Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EliHei2 authored Sep 12, 2024
1 parent 8a8b63a commit 6ede5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ede5c7

Please sign in to comment.