From dcab1c946783a5c42d21fe0869e2f8dd2711482f Mon Sep 17 00:00:00 2001 From: Dennis Thiessen Date: Sat, 15 Mar 2025 22:57:06 +0100 Subject: [PATCH] updated workflow --- .gitea/workflows/workflow.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index 03599e7..61e2022 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -17,18 +17,9 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - cache: 'npm' - - - name: Cache node modules - uses: actions/cache@v3 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- - name: Install Dependencies - run: npm ci + run: npm install - name: Build Gatsby Site run: | @@ -48,4 +39,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: gatsby-build - path: public/ \ No newline at end of file + path: public/