Skip to content

Commit

Permalink
add poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Nov 3, 2023
1 parent 7ea82eb commit b7d47af
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 @@ -46,7 +46,7 @@ jobs:
run: poetry install -E notebook -E docs

- name: build Sphinx docs
run: sphinx-build -b html $GITHUB_WORKSPACE/docs $GITHUB_WORKSPACE/_build
run: poetry run sphinx-build -b html $GITHUB_WORKSPACE/docs $GITHUB_WORKSPACE/_build

- name: Setup Pages
uses: actions/configure-pages@v3
Expand All @@ -56,7 +56,7 @@ jobs:
with:
# Upload entire repository
path: '_build'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit b7d47af

Please sign in to comment.