From 0427bc1313f5f120b873e9c6988c965e38bc56fa Mon Sep 17 00:00:00 2001 From: Cyper Date: Thu, 31 Jul 2025 22:56:07 -0400 Subject: [PATCH] fix: Resolved gitea CI/CD pipeline error (hopefully) --- .gitea/workflows/deploy.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index d4fa4d6..ea6441f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -12,6 +12,11 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + + - name: Download dependencies + run: | + npm ci + echo "Dependencies installed successfully." - name: Build site run: |