Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix(pages): first install stuff before building LOL
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Mar 26, 2024
1 parent 1dab914 commit ad553d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/next-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
with:
static_site_generator: next

- name: Build static website
run: bun run build
- name: Build static website
run: |
bun i
bun run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit ad553d2

Please sign in to comment.