Skip to content

Commit

Permalink
Convert website to Next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Jun 20, 2021
1 parent 5d6d1fd commit 1b522af
Show file tree
Hide file tree
Showing 62 changed files with 13,915 additions and 23,252 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./pages/out
publish_dir: ./website/out
cname: immutable-js.com
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ yarn-error.log
TODO
/pages/out
/pages/generated
/website/.next
/website/out
.next
/gh-pages
/npm
/dist
Loading

0 comments on commit 1b522af

Please sign in to comment.