Skip to content

Commit

Permalink
update deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
christinahedges committed Jan 6, 2025
1 parent 26ea26a commit 2035d5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx ghp-import
python -m pip install poetry
poetry install --with dev
- name: Build Sphinx documentation
run: |
cd docs
Expand Down

0 comments on commit 2035d5c

Please sign in to comment.