Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekpal1 authored Nov 10, 2023
1 parent 1dea5fc commit c7bf88b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: false

env:
BUILD_PATH: "." # default value when not using subfolders
BUILD_PATH: "."

jobs:
build:
Expand All @@ -31,6 +31,9 @@ jobs:
node-version: "18"
cache: 'pnpm'

- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies with pnpm
run: pnpm install
working-directory: ${{ env.BUILD_PATH }}
Expand Down

0 comments on commit c7bf88b

Please sign in to comment.