You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,9 @@ $ npm start # dev server at http://localhost:4000
11
11
12
12
## Deploying
13
13
14
-
The site is deployed using GitHub pages, therefore you need push access to the vuejs.org repo to run the deploy script:
14
+
The site is automatically deployed when commits land in `master`, via [Netlify](https://www.netlify.com/).
15
15
16
-
```bash
17
-
$ npm run deploy
18
-
```
19
-
20
-
If you are working on a fork and deploying to a different URL, you need to update the following accordingly:
21
-
22
-
-`url` and `deploy` sections in `_config.yml`
23
-
-`src/CNAME`
16
+
If you are the maintainer of a community translation fork and would like to deploy via Netlify instead of GitHub pages, you can first deploy to Netlify yourself and then ping @yyx990803 in an issue to request a DNS update.
0 commit comments