Skip to content

Commit

Permalink
fix: add fetch-depth to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Nov 27, 2024
1 parent f1ce5bd commit 5a31899
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # to get gh-pages
- uses: astral-sh/setup-uv@v3
- name: Sync
run: uv sync
Expand Down

0 comments on commit 5a31899

Please sign in to comment.