diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c82c4b06317..a9204a096e3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -46,11 +46,12 @@ jobs: path: target/gh-pages deploy-docs: + name: Deploy documentation environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest - needs: build + needs: build-docs steps: - name: Deploy to GitHub Pages id: deployment