From 915e261296857add160877e4602ac42bef629533 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 28 Jun 2026 12:40:02 +0200 Subject: [PATCH] try to deploy en nas --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index f2ba48a..1826d63 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -12,7 +12,7 @@ jobs: container: node:24 steps: - name: Checkout repository - uses: actions/checkout@v4 + run: git clone --depth=1 http://x-access-token:${{ github.token }}@192.168.1.39:3000/${{ github.repository }}.git . with: fetch-depth: 0