From 812397b855de50047017d5bd744101ec7721f57d Mon Sep 17 00:00:00 2001 From: James Blair Date: Mon, 4 Dec 2023 14:58:02 +1300 Subject: [PATCH] Added .nojekyll to pages workflow. --- .github/workflows/nextjs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 109b958..ef65396 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -77,6 +77,8 @@ jobs: run: ${{ steps.detect-package-manager.outputs.runner }} next build - name: Static HTML export with Next.js run: ${{ steps.detect-package-manager.outputs.runner }} next export + - name: nojekyll + run: touch ./out/.nojekyll - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: