diff --git a/.github/workflows/check-url.yml b/.github/workflows/check-url.yml index 9777d6b..7c1326c 100644 --- a/.github/workflows/check-url.yml +++ b/.github/workflows/check-url.yml @@ -80,7 +80,7 @@ jobs: echo ${{ steps.check-report.outputs.error_num }} # Commit file - - name: Commit tocless bookdown files + - name: Commit spell check file if: ${{ steps.check-report.outputs.error_num >= 1 }} env: GH_PAT: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/render-all.yml b/.github/workflows/render-all.yml index bbd5da9..344b523 100644 --- a/.github/workflows/render-all.yml +++ b/.github/workflows/render-all.yml @@ -35,8 +35,6 @@ jobs: name: Render website needs: yaml-check runs-on: ubuntu-latest - container: - image: ${{needs.yaml-check.outputs.rendering_docker_image}} steps: - name: checkout @@ -52,3 +50,4 @@ jobs: toggle_website: ${{needs.yaml-check.outputs.toggle_website}} preview: false token: ${{ secrets.GH_PAT }} + docker_image: ${{needs.yaml-check.outputs.rendering_docker_image}}