1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00

delete _site DIR

This commit is contained in:
krircc 2018-01-13 13:49:57 +08:00
parent 2c6d0149d7
commit ab490897e2

View File

@ -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)
```