Skip to content

Commit 5a31899

Browse files
committed
fix: add fetch-depth to checkout
1 parent f1ce5bd commit 5a31899

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0 # to get gh-pages
1719
- uses: astral-sh/setup-uv@v3
1820
- name: Sync
1921
run: uv sync

0 commit comments

Comments
 (0)