diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3f7c68ec67..9643d52912 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -52,7 +52,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest - needs: build + needs: test-docs steps: - name: Deploy to GitHub Pages id: deployment