Skip to content

Commit 9cee159

Browse files
committed
Fetch full repo when running wiki update
1 parent c15d934 commit 9cee159

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-wiki-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout Repo ⚡️
1717
uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
1820
- name: Create dev environment 📦
1921
uses: ./.github/actions/create-dev-env
2022

0 commit comments

Comments
 (0)