Skip to content

Commit b52e3d1

Browse files
hmatalongaulivz
authored andcommitted
docs: add surge deploy instructions (#352)
1 parent 5e87b65 commit b52e3d1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: docs/guide/deploy.md

+10
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,13 @@ pages:
122122
```
123123

124124
3. After running `yarn docs:build` or `npm run docs:build`, deploy with the command `firebase deploy`.
125+
126+
## Surge
127+
128+
1. First install [surge](https://www.npmjs.com/package/surge), if you haven't already.
129+
130+
2. Run `yarn docs:build` or `npm run docs:build`.
131+
132+
3. Deploy to surge, by typing `surge docs/.vuepress/dist`.
133+
134+
You can also deploy to a [custom domain](http://surge.sh/help/adding-a-custom-domain) by adding `surge docs/.vuepress/dist yourdomain.com`.

0 commit comments

Comments
 (0)