diff --git a/.github/workflows/docs-dev.yaml b/.github/workflows/docs-dev.yaml index b18a04431b30..ef71e9633aa9 100644 --- a/.github/workflows/docs-dev.yaml +++ b/.github/workflows/docs-dev.yaml @@ -30,7 +30,7 @@ jobs: - name: Build the documentation run: | cd dev-docs - make html + poetry run make html # Figure out the target directory. #