Skip to content

Commit

Permalink
"next export" is no longer needed when "output: export" is configured…
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Oct 18, 2023
1 parent 4973bc2 commit 12fb4d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 12fb4d3

Please sign in to comment.