Skip to content

Commit

Permalink
Update GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
imkunet committed Mar 10, 2024
1 parent cbd486e commit b322b56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
bun-version: latest
- name: Install dependencies
run: bun i --frozen-lockfile
- name: Build
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Build
run: bun run build
- name: Publish
run: bunx wrangler pages deploy --project-name=dominogod dist/

0 comments on commit b322b56

Please sign in to comment.