Skip to content

Commit

Permalink
Update sphinx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
green-br authored Oct 16, 2024
1 parent 1ad8543 commit 9621147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Install and Build 🔧
run: |
python3 -m venv /opt/venv
/opt/venv/bin/activate
python3 -m venv $HOME/venv
. $HOME/venv/bin/activate
python3 -m pip install -r requirements.txt
sphinx-build -M html . _build
Expand Down

0 comments on commit 9621147

Please sign in to comment.