Skip to content

Commit

Permalink
chore: add rust workflow to deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed Dec 22, 2024
1 parent 8e1d509 commit ed0dc69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
- uses: dtolnay/rust-toolchain@stable
- uses: jetli/[email protected]
with:
version: latest
- uses: Swatinem/rust-cache@v2

- run: npm ci
- run: npm run build

- name: Publish
uses: cloudflare/[email protected]
Expand Down

0 comments on commit ed0dc69

Please sign in to comment.