diff --git a/.github/workflows/render-all.yml b/.github/workflows/render-all.yml index b9b1972..358ad89 100644 --- a/.github/workflows/render-all.yml +++ b/.github/workflows/render-all.yml @@ -88,7 +88,7 @@ jobs: render-tocless: name: Render TOC-less version for Leanpub or Coursera - needs: [yaml-check] + needs: [render-bookdown] runs-on: ubuntu-latest container: image: ${{needs.yaml-check.outputs.rendering_docker_image}}