Skip to content

Commit dd45916

Browse files
committed
docs: fix mike docs deployment
1 parent 22c1bb4 commit dd45916

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docs-develop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 0
2224
- name: Configure Git Credentials
2325
run: |
2426
git config user.name github-actions[bot]

.github/workflows/docs-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
1517
- name: Configure Git Credentials
1618
run: |
1719
git config user.name github-actions[bot]

0 commit comments

Comments
 (0)