Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
edwardtheharris committed Jul 22, 2024
1 parent bda80f5 commit c06327a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
- name: Install Python dependencies
run: |
python3 -m venv .venv
.venv/bin/pip install pipenv
.venv/pin/pipenv requirements --dev > requirements
.venv/bin/pip install -U pip pipenv
.venv/bin/pipenv requirements --dev > requirements
python3 -m pip install -r requirements
- name: Build the static site
run: sphinx-build -a -E . deploy
Expand Down

0 comments on commit c06327a

Please sign in to comment.