Skip to content

Commit

Permalink
feat: astro
Browse files Browse the repository at this point in the history
still wip
  • Loading branch information
eddienubes committed Feb 11, 2024
1 parent 67b48b7 commit 747f0f4
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 @@ -53,7 +53,10 @@ jobs:
registry-url: 'https://registry.npmjs.org/'

- name: Install Dependencies
run: pnpm install
run: |
pnpm install
cd ..
pnpm install
- name: Build
run: pnpm run build
Expand Down

0 comments on commit 747f0f4

Please sign in to comment.