From 596bc7bfa49cbab3a6f4cc3ed681e4aeec82bac1 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Tue, 14 Mar 2023 17:30:09 +0000 Subject: [PATCH] Fix up build in workflow --- .github/workflows/docs-dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-dev.yaml b/.github/workflows/docs-dev.yaml index b18a04431b30..b49172367f16 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. # @@ -61,5 +61,5 @@ jobs: uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7 # v3.9.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dev-docs/_build + publish_dir: ./dev-docs/_build/html destination_dir: ./dev-docs/${{ steps.vars.outputs.branch-version }}