mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
fix: remove quotes from job name and cache key in nuxthub.yml for consistency
This commit is contained in:
4
.github/workflows/nuxthub.yml
vendored
4
.github/workflows/nuxthub.yml
vendored
@@ -3,7 +3,7 @@ on: push
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
name: "Deploy to NuxtHub"
|
name: Deploy to NuxtHub
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment:
|
environment:
|
||||||
name: ${{ github.ref == 'refs/heads/main' && 'production' || 'preview' }}
|
name: ${{ github.ref == 'refs/heads/main' && 'production' || 'preview' }}
|
||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 22
|
||||||
cache: 'pnpm'
|
cache: pnpm
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|||||||
Reference in New Issue
Block a user