diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76d26dd..cd6271a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,8 @@ jobs: - name: Install Dependencies run: npm install - - name: Build - run: npm run build + - name: Build contentlayer + run: npx contentlayer build - name: Typecheck run: npm run typecheck