Skip to content

Commit

Permalink
Update deploy.yml again
Browse files Browse the repository at this point in the history
Hm
  • Loading branch information
nkzarrabi authored Nov 1, 2024
1 parent d3c9101 commit 7346d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
uses: oven-sh/setup-bun@v1
- name: Install dependencies with Bun
run: bun install
- name: Build the Astro site
run: npx astro build # Runs the build, creating the `dist` folder
- name: Build the site with Bun
run: bun run build # Produces the `dist` folder
- name: List build output
run: ls -R dist # Verify if `dist` was created

Expand Down

0 comments on commit 7346d36

Please sign in to comment.