We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376eea5 commit a58d123Copy full SHA for a58d123
.github/workflows/deploy.yml
@@ -31,6 +31,8 @@ jobs:
31
steps:
32
- name: Checkout
33
uses: actions/checkout@v4
34
+ with:
35
+ fetch-depth: 0 # To preserve the full git history for accurate timestamps
36
- name: Setup pnpm
37
uses: pnpm/action-setup@v3
38
with:
0 commit comments