Skip to content

Commit

Permalink
attempt to fix workflow checkout error
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Oct 16, 2023
1 parent e846d8c commit c8af01a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Install NPM dependencies
run: npm ci
- name: Build API docs
Expand Down

0 comments on commit c8af01a

Please sign in to comment.