From c394f2dbe0543ecee6e9e77d88d92fce52bb8087 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Fri, 24 May 2024 13:21:42 -0400 Subject: [PATCH] Update render-all.yml --- .github/workflows/render-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-all.yml b/.github/workflows/render-all.yml index b9b19728..358ad899 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}}