mirror of
https://github.com/rommapp/docs.git
synced 2026-04-23 06:54:41 +00:00
chore: update fetch-depth in deployment workflow to allow full history checkout
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
|
||||
Reference in New Issue
Block a user