diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0638cb2..dee8a73 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,9 +9,6 @@ on: jobs: build: runs-on: ubuntu-latest - defaults: - run: - working-directory: magricambi steps: - name: Checkout uses: actions/checkout@v4 @@ -21,7 +18,7 @@ jobs: with: node-version: "20" cache: npm - cache-dependency-path: magricambi/package-lock.json + cache-dependency-path: package-lock.json - name: Install dependencies run: npm ci