Skip to content

Commit 1f0dd8a

Browse files
committed
docs: fetch all branches and tags for multi-version building
1 parent 7c720be commit 1f0dd8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
uses: actions/checkout@v3
2020
with:
2121
path: dev
22+
fetch-depth: 0
2223

23-
- name: Checkout gh-pages
24+
- name: Checkout gh-pages-dev
2425
uses: actions/checkout@v3
2526
with:
2627
path: gh-pages-dev

0 commit comments

Comments
 (0)