mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 13:54:05 +01:00
Refactor: streamline workflow steps in nuxthub.yml for improved clarity
This commit is contained in:
11
.github/workflows/nuxthub.yml
vendored
11
.github/workflows/nuxthub.yml
vendored
@@ -13,8 +13,7 @@ jobs:
|
||||
id-token: write
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
@@ -25,14 +24,8 @@ jobs:
|
||||
node-version: 22
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Install build tools
|
||||
run: sudo apt-get update && sudo apt-get install -y build-essential
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --unsafe-perm
|
||||
|
||||
- name: Rebuild better-sqlite3 bindings
|
||||
run: pnpm rebuild better-sqlite3
|
||||
run: pnpm install
|
||||
|
||||
- name: Build application
|
||||
run: pnpm run build
|
||||
|
||||
Reference in New Issue
Block a user