Skip to content

Commit

Permalink
docs: use pull_request.head.sha for build (#5176)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitka authored Jun 4, 2024
1 parent 875d63c commit f1fd705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
-d '{"state":"pending","description":"Waiting for relevant checks to complete","context":"checks_integrated"}'
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Build
uses: diplodoc-platform/docs-build-action@v3
with:
Expand Down

0 comments on commit f1fd705

Please sign in to comment.