From 2b4997992693627a479d1b713baecb2dac43ef2b Mon Sep 17 00:00:00 2001 From: Tyler Chong Date: Mon, 22 Jan 2024 19:51:27 -1000 Subject: [PATCH] fix: use the fork --- .github/workflows/nextjs.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 541cc87..3869c96 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -53,14 +53,14 @@ jobs: with: node-version: "16" cache: ${{ steps.detect-package-manager.outputs.manager }} - # - name: Setup Pages - # uses: actions/configure-pages@v3 - # with: - # # Automatically inject basePath in your Next.js configuration file and disable - # # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized). - # # - # # You may remove this line if you want to manage the configuration yourself. - # static_site_generator: next + - name: Setup Pages + uses: TimPietrusky/configure-pages@ + with: + # Automatically inject basePath in your Next.js configuration file and disable + # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized). + # + # You may remove this line if you want to manage the configuration yourself. + static_site_generator: next - name: Restore cache uses: actions/cache@v3 with: