Skip to content

Commit 55bd099

Browse files
authored
Have the github worker do a full history pull to allow fumadocs to detect last modify correctly. (#121)
1 parent 6538144 commit 55bd099

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v4
25+
with:
26+
fetch-depth: 0
2527

2628
- name: Setup Node.js
2729
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)