Skip to content

Commit

Permalink
Next.js をビルドする (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer authored Jun 18, 2023
1 parent dff4fae commit 0c4d1a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ jobs:
run: |
echo "npx eslint --ext .tsx ."
echo "npx eslint --ext .ts ."
- name: Next.js を ビルド (SSG) する
run: |
yarn build

0 comments on commit 0c4d1a9

Please sign in to comment.