Skip to content

Commit e9bbdf8

Browse files
Merge pull request #546 from mesutoezdil/docs/fix-deploy-instructions
docs: fix deploy instructions to match actual netlify hosting
2 parents 50fb1a1 + d5fb366 commit e9bbdf8

2 files changed

Lines changed: 4 additions & 12 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,9 @@ npm run build:fast # build English locale only (skips zh, for quick iteration
8181

8282
CI (`.github/workflows/docs-health.yml`) runs `lint`, `format:check`, and `build` on every PR.
8383

84-
### Deploy to GitHub Pages
84+
### Deployment
8585

86-
```bash
87-
GIT_USER=<Your GitHub username> USE_SSH=true npm run deploy
88-
```
89-
90-
Builds and deploys the website to the `gh-pages` branch for GitHub Pages hosting.
86+
The site deploys automatically to Netlify on every merge to `master` (see `netlify.toml`). No manual deploy step is needed.
9187

9288
## Commit Convention
9389

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,7 @@ See [BUILD_OPTIMIZATION.md](./BUILD_OPTIMIZATION.md) for details on optimization
107107

108108
## Deployment
109109

110-
For GitHub Pages (requires appropriate permissions):
111-
112-
```bash
113-
GIT_USER=<your_github_username> USE_SSH=true npm run deploy
114-
```
110+
The site deploys automatically to Netlify on every merge to `master` (see `netlify.toml`). No manual deploy step is needed.
115111

116112
For other hosting services, deploy the `build/` directory as a static site.
117113

@@ -170,7 +166,7 @@ To contribute translations, update the corresponding files in `i18n/zh/`.
170166
- **Compiler**: SWC
171167
- **Runtime**: Node.js v20+
172168
- **Package Manager**: npm
173-
- **Hosting**: GitHub Pages / Netlify
169+
- **Hosting**: Netlify
174170

175171
## Maintainers
176172

0 commit comments

Comments
 (0)