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: |