Skip to content

Commit

Permalink
Update astro.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparnap2 authored Jan 8, 2025
1 parent 31cd21c commit dbfe4a5
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 @@ -35,8 +35,11 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm

- name: Verify pnpm installation
run: pnpm --version

- name: Install dependencies
run: pnpm install
run: pnpm install --no-cache
working-directory: ${{ env.BUILD_PATH }}

- name: Build with Astro
Expand Down

0 comments on commit dbfe4a5

Please sign in to comment.