Skip to content

Commit

Permalink
comment that out for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Oct 24, 2024
1 parent 4bc48f0 commit 8a2f768
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@ jobs:
- run: deno fmt --check
- run: deno lint

deploy:
runs-on: ubuntu-latest
if: github.repository_owner == 'nonrational'
# deploy:
# runs-on: ubuntu-latest
# if: github.repository_owner == 'nonrational'

steps:
- name: Clone repository
uses: actions/checkout@v4
# steps:
# - name: Clone repository
# uses: actions/checkout@v4

- name: Install Deno
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
# - name: Install Deno
# uses: denoland/setup-deno@v2
# with:
# deno-version: v2.x

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

- name: Build step
run: 'deno task build'
# - name: Build step
# run: 'deno task build'

- run: deno install -gArf jsr:@deno/deployctl
- run: deployctl deploy --entrypoint=./main.ts
# - run: deno install -gArf jsr:@deno/deployctl
# - run: deployctl deploy --entrypoint=./main.ts

0 comments on commit 8a2f768

Please sign in to comment.