Skip to content

Commit 2d1dfa7

Browse files
preview with poetry 2
1 parent 1273a62 commit 2d1dfa7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/preview.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ jobs:
5151
- name: Install dependencies and build doc
5252
run: |
5353
set +e
54+
cd main
5455
poetry install --all-extras --with dev --sync
55-
sphinx-build main/docs _build
56+
poetry run sphinx-build docs ../_build
5657
echo "exitcode=$?" >> $GITHUB_ENV
57-
58+
cd ..
59+
5860
- uses: actions/checkout@v4
5961
with:
6062
# This is necessary so that we have the tags.

0 commit comments

Comments
 (0)