From ab490897e2df96766e2d7456b9cc9fd62b1d3acd Mon Sep 17 00:00:00 2001 From: krircc Date: Sat, 13 Jan 2018 13:49:57 +0800 Subject: [PATCH] delete _site DIR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4255531..f87e8c9 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ $ git clone https://github.com/actix/actix-website.git $ cd actix-website // modify index.liquid or tutorials/community/more markdown file. // also add or modify markdown files in docs/blog DIR. -$ cobalt serve // it will get 'build' DIR, so only need put files in this 'build' DIR to [actix.github.io](https://github.com/actix/actix.github.io) +$ cobalt serve // it will get '_site' DIR, so only need put files in this '_site' DIR to [actix.github.io](https://github.com/actix/actix.github.io) ```