mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-01 10:25:59 +00:00
fix(docs): Use full git clone in CI to enable accurate last update times (#25120)
This commit is contained in:
parent
225b0f9377
commit
81f269e2a9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docs-build.yml
vendored
1
.github/workflows/docs-build.yml
vendored
|
|
@ -64,6 +64,7 @@ jobs:
|
|||
with:
|
||||
persist-credentials: false
|
||||
token: ${{ steps.token.outputs.token }}
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue