diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c36b1051..e3ea1059 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -43,6 +43,8 @@ jobs: with: static_site_generator: next + - name: Install dependencies + run: yarn install --immutable - name: Build with Next.js 🏗️ run: yarn build