Skip to content

Commit

Permalink
docs(publishing): update netlify deploy configuration (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrealeardini authored and daKmoR committed Dec 2, 2019
1 parent 7f325d6 commit 0083c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/publishing/README.md
Expand Up @@ -13,8 +13,8 @@ Head over to [netlify](https://www.netlify.com/) and register.
Select your github account and repository.
If you follow these recommendations all you need to do is

- Build command: `npm run site:build`
- Publish directory: `_site`
- Build command: `npm run build`
- Publish directory: `dist`

And you're all set up.

Expand Down

0 comments on commit 0083c84

Please sign in to comment.