From 12fb4d3d38045b91bef9b7b57701a5b5587a1fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=88zgu=CC=88r=20Akgu=CC=88n?= Date: Wed, 18 Oct 2023 16:44:43 +0100 Subject: [PATCH] "next export" is no longer needed when "output: export" is configured in next.config.js https://nextjs.org/docs/advanced-features/static-html-export --- .github/workflows/deploy.yml | 1 - .github/workflows/test.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cc57bb1..bff8b00 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,6 @@ jobs: run: | npm ci npm run build - npm run export # creates a .nojekyll file in the out directory to tell GitHub Pages not to treat the site as a Jekyll project. touch out/.nojekyll diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index de8320a..3f6974d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,5 @@ jobs: run: | npm ci npm run build - npm run export # creates a .nojekyll file in the out directory to tell GitHub Pages not to treat the site as a Jekyll project. touch out/.nojekyll