From 12a65530c3bdd346733dc4aa4a5d70a7272fcaf7 Mon Sep 17 00:00:00 2001 From: Alice Tribuleva Date: Tue, 16 May 2017 14:50:34 -0700 Subject: [PATCH] compile to root fix previous compile command did not work for me --- public/docs/deployment/github-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/deployment/github-pages.md b/public/docs/deployment/github-pages.md index 97306a0..536d927 100644 --- a/public/docs/deployment/github-pages.md +++ b/public/docs/deployment/github-pages.md @@ -48,7 +48,7 @@ These five steps will quickly walk you through deploying a Harp app to a persona Harp can compile your app to HTML, CSS, and JavaScript whenever you’d like. By default, `harp compile` creates a `www` directory. Because GitHub Pages are served from the root of the repository, however, you’ll want to compile your Harp app there instead. ```sh - harp compile _harp ./ + harp compile _harp ./ ../ ``` 5. ### Deploy to GitHub Pages