From 9b87a8421535084fcf999b7e2412a598df8eec32 Mon Sep 17 00:00:00 2001 From: Braydon Date: Tue, 16 Apr 2024 17:24:57 -0700 Subject: [PATCH] Update .gitea/workflows/deploy-frontend.yml --- .gitea/workflows/deploy-frontend.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy-frontend.yml b/.gitea/workflows/deploy-frontend.yml index ab02335..cf7d060 100644 --- a/.gitea/workflows/deploy-frontend.yml +++ b/.gitea/workflows/deploy-frontend.yml @@ -21,6 +21,8 @@ jobs: # Checkout the repo - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 # Deploy to Dokku - name: Deploy to Dokku