Skip to content

Commit

Permalink
docs: fix validate-docs on push
Browse files Browse the repository at this point in the history
  • Loading branch information
poweifeng committed Jan 21, 2025
1 parent bba254b commit bfaf3fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
fetch-depth: 0
- name: Check for manual edits to /docs
run: |
bash docs_src/build/presubmit_check.sh ${{ github.event.pull_request.head.sha }}
# Note that at least one of "pull_request" and "push" events must be present.
bash docs_src/build/presubmit_check.sh ${{ github.event.pull_request.head.sha }} ${{ github.event.push.head.sha }}
test-renderdiff:
name: test-renderdiff
Expand Down

0 comments on commit bfaf3fb

Please sign in to comment.