Skip to content

Commit

Permalink
fix(ci): running mkdocs with poetry, wrong root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogarcia committed Dec 16, 2024
1 parent d3838cc commit f37a4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: installing poetry
run: python -m pip install --upgrade pip && pip install poetry
- name: building docs
working-directory: docs/guide/docs
working-directory: docs/guide
run: poetry install && poetry run mkdocs build
- uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit f37a4e5

Please sign in to comment.