Skip to content

Commit

Permalink
docs: fix commit depth (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesomers authored Jun 27, 2024
1 parent 62fbe30 commit 1db5b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
fetch-depth: 1
fetch-depth: 0
ref: ${{ inputs.git_ref }}
- name: Git client setup
run: |
Expand Down

0 comments on commit 1db5b75

Please sign in to comment.