diff --git a/.github/workflows/reusable_publish_docs.yml b/.github/workflows/reusable_publish_docs.yml index a1667fb94e1..387bfd60e2e 100644 --- a/.github/workflows/reusable_publish_docs.yml +++ b/.github/workflows/reusable_publish_docs.yml @@ -53,8 +53,9 @@ jobs: with: python-version: "3.12" cache: "poetry" - - name: Install dependencies - run: make dev + - name: Install doc generation dependencies + run: | + pip install --require-hashes -r docs/requirements.txt - name: Git client setup run: | git config --global user.name Docs deploy