Skip to content

Commit

Permalink
Update render-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored May 2, 2024
1 parent 95c0cbc commit e794354
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/render-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
git add docs/
git commit -m "Cleaned up docs directory" || echo "No changes to commit"
git push
echo ${{needs.yaml-check.outputs.rendering_docker_image}}
render-quarto-book:
name: Render Quarto Book
Expand All @@ -64,6 +62,7 @@ jobs:
git config --global --add safe.directory $GITHUB_WORKSPACE
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
echo ${{needs.yaml-check.outputs.rendering_docker_image}}
# Run quarto::quarto_render()
Expand Down

0 comments on commit e794354

Please sign in to comment.