Skip to content

Commit 39b571f

Browse files
committed
add fetch all branches to workflow
1 parent 5ed9553 commit 39b571f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20+
21+
- name: Fetch all branches
22+
run: git fetch origin '+refs/heads/*:refs/remotes/origin/*'
23+
2024
- name: Set up uv
2125
uses: astral-sh/setup-uv@v5
2226
with:

0 commit comments

Comments
 (0)