Skip to content

Commit

Permalink
-_-
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Oct 24, 2024
1 parent 5ee8178 commit 34ab557
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ jobs:
run: deno install -gArf jsr:@deno/deployctl

- name: Add CANIUSE_AS_OF_EPOCH to .env
run:
run: deno scripts/print-as-of-env.ts | tee -a .env

- name: Build _fresh/
run: |
deno scripts/print-as-of-env.ts | tee -a .env
deno task build
- name: Build
run: deno task build

- name: Deploy to Preview
run: deployctl deploy
Expand Down

0 comments on commit 34ab557

Please sign in to comment.