From 0fdd379eee33ac9708a74cd994ba3fdfbffbdee0 Mon Sep 17 00:00:00 2001 From: Ben James Date: Sun, 21 May 2017 17:44:43 +0100 Subject: [PATCH] Add reference to wiki for deploying to GitHub (#2035) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3843e3c5..03c96c87 100644 --- a/readme.md +++ b/readme.md @@ -917,7 +917,7 @@ Then you've a static version of your app in the “out" directory. > You can also customize the output directory. For that run `next export -h` for the help. -Now you can deploy that directory to any static hosting service. +Now you can deploy that directory to any static hosting service. Note that there is an additional step for deploying to GitHub Pages, [documented here](https://github.com/zeit/next.js/wiki/Deploying-a-Next.js-app-into-GitHub-Pages). For an example, simply visit the “out” directory and run following command to deploy your app to [ZEIT now](https://zeit.co/now).