We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d137ce commit fb3e76cCopy full SHA for fb3e76c
docs/docs/deploy-gatsby.md
@@ -96,6 +96,12 @@ repository dedicated to files for the site. The sites must be published from the
96
kept in a branch named `source` or something similar. We also don't need to
97
prefix links like we do with project sites.
98
99
+```
100
+"scripts": {
101
+ "deploy": "gatsby build && gh-pages -b master -d public",
102
+}
103
104
+
105
The repository for these sites requires a special name. See
106
https://help.github.com/articles/user-organization-and-project-pages/ for
107
documentation on naming your site's repository.
0 commit comments