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/