Skip to content

Commit

Permalink
fix(ci): build part to run build not build
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Feb 23, 2024
1 parent 6bd10f4 commit 7433432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: bun install

- name: Build Astro site with bun
run: bun build
run: bun run build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 7433432

Please sign in to comment.