Skip to content

Commit

Permalink
Merge pull request #83 from nnn-training/fix-issue-81
Browse files Browse the repository at this point in the history
静的エクスポートの方法を変更
  • Loading branch information
moesuke committed Mar 14, 2024
2 parents 8e60a7f + e1ed862 commit 64683d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
- name: generate sitemap
run: |
npx next-sitemap
- name: export
- name: Create .nojekyll
run: |
yarn export
touch out/.nojekyll
- name: deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ module.exports = {
''
,
trailingSlash: true,
output: 'export',
};
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"export": "next export"
"type-check": "tsc"
},
"dependencies": {
"copy-webpack-plugin": "^11.0.0",
Expand Down

0 comments on commit 64683d4

Please sign in to comment.