Skip to content

Commit

Permalink
Fix GitHub pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hadley committed Apr 11, 2023
1 parent a57f137 commit 1979d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
path: frontend/.yarn/cache
key: yarn-${{ runner.os }}-${{ hashFiles('frontend/yarn.lock') }}

- name: Install frontend dependencies
run: corepack enable && yarn
- name: Enable Corepack for Yarn
run: corepack enable

- name: Build package
run: make
Expand Down

0 comments on commit 1979d8e

Please sign in to comment.