Skip to content

Commit fbe2f16

Browse files
OctobugLinkinStars
authored andcommitted
ci(deploy): fetch full history to show real lastUpdate info for each page
ref: facebook/docusaurus#2798 (comment)
1 parent bbc2a4c commit fbe2f16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
if: "!contains(github.event.head_commit.message, 'skip ci')"
1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
1517

1618
- name: Cache pnpm modules and build
1719
uses: actions/cache@v4

0 commit comments

Comments
 (0)