Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckoates committed Aug 5, 2024
1 parent bb78243 commit f8c081f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: false

jobs:
cache-and-install:
build:
runs-on: ubuntu-latest

steps:
Expand All @@ -36,11 +36,6 @@ jobs:
- name: Install dependencies 📥
run: pnpm install

build:
runs-on: ubuntu-latest
needs: cache-and-install

steps:
- name: Setup Pages ⚙️
uses: actions/configure-pages@v4
with:
Expand Down

0 comments on commit f8c081f

Please sign in to comment.