From cd84d76d5f435f8d11871dfd57a4c09fbb0ad5ca Mon Sep 17 00:00:00 2001 From: judahwon Date: Sun, 20 Oct 2024 23:10:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20actions=20=EC=88=98=EC=A0=95(nojekyll)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nextjs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index e0d6bf5..f7ddefc 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -79,6 +79,8 @@ jobs: run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }} - name: Build with Next.js run: ${{ steps.detect-package-manager.outputs.runner }} next build + - name: Disable Jekyll + run: touch ./out/.nojekyll - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: