Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhwanilvyas authored Jul 5, 2024
1 parent b459074 commit f481d26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/cache@v3
with:
path: node_modules
key: node-modules-${{ hashFiles('package-lock.json') }}
key: node-modules-${{ hashFiles('bun.lockb') }}

- name: Install dependencies 🔧
shell: bash
Expand All @@ -44,8 +44,6 @@ jobs:

- name: Setup Pages ⚙️
uses: actions/configure-pages@v4
with:
static_site_generator: next

- name: Build with Next.js 🏗️
run: bun run build
Expand Down

0 comments on commit f481d26

Please sign in to comment.