Skip to content

Commit

Permalink
Merge pull request #17 from binhtran432k/ci/bun-run
Browse files Browse the repository at this point in the history
ci: make sure run bun scripts
  • Loading branch information
binhtran432k authored Mar 24, 2024
2 parents a3d0c6c + bd44a16 commit c0d2855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: bun install --frozen-lockfile

- name: Check build sass
run: bun sass
run: bun run sass

- name: Check build static
run: bun check
run: bun run check
4 changes: 2 additions & 2 deletions .github/workflows/gh-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
run: bun install --frozen-lockfile

- name: Generate css from scss
run: bun sass
run: bun run sass

- name: Build using Perseus
run: bun build
run: bun run build

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit c0d2855

Please sign in to comment.