Skip to content

Commit

Permalink
Merge pull request #28 from quant-aq/lswainemoore-patch-4
Browse files Browse the repository at this point in the history
Update build-and-deploy-docs.yml
  • Loading branch information
lswainemoore authored Nov 28, 2023
2 parents 2fca399 + 0347292 commit 2cda675
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-and-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
virtualenvs-create: true

- name: Install dependencies
run: |
source $HOME/.poetry/env
poetry install
run: poetry install

- name: build docs
run: |
source .venv/bin/activate
poetry shell
cd docs
make clean
make html
Expand Down

0 comments on commit 2cda675

Please sign in to comment.