From 9841668b9bbc18aa40ba4b608759c9c2498ae9fe Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 29 Jul 2025 19:11:16 +0200 Subject: [PATCH] Fix: standardize quotes in nuxthub.yml and ensure newline at end of file --- .github/workflows/nuxthub.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nuxthub.yml b/.github/workflows/nuxthub.yml index 330a084..4d0c3b2 100644 --- a/.github/workflows/nuxthub.yml +++ b/.github/workflows/nuxthub.yml @@ -3,7 +3,7 @@ on: push jobs: deploy: - name: Deploy to NuxtHub + name: "Deploy to NuxtHub" runs-on: ubuntu-latest environment: name: ${{ github.ref == 'refs/heads/main' && 'production' || 'preview' }} @@ -22,7 +22,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 22 - cache: pnpm + cache: 'pnpm' - name: Install dependencies run: pnpm install @@ -32,4 +32,4 @@ jobs: - name: Deploy to NuxtHub uses: nuxt-hub/action@v1 - id: deploy + id: deploy \ No newline at end of file