Skip to content

Commit

Permalink
Update cf-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou authored Feb 11, 2024
1 parent f2e4c85 commit 515b4b4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/cf-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ jobs:
uses: actions/checkout@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- uses: actions/cache@v3
id: deno_cache
env:
cache-name: cache-deno
with:
path: |
node_modules
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/bun.lockb', '**/yarn.lock') }}
- name: Bun Install
run: bun i
- name: Deploy
Expand Down

0 comments on commit 515b4b4

Please sign in to comment.