mirror of
https://github.com/tiennm99/dating.git
synced 2026-08-05 08:22:57 +00:00
28 lines
683 B
Markdown
28 lines
683 B
Markdown
# Deployment
|
|
|
|
## Platform
|
|
|
|
GitHub Pages — classic mode (deploy from branch), no Actions workflow.
|
|
|
|
## Production URL
|
|
|
|
Expected URL: `https://tiennm99.github.io/dating/`.
|
|
|
|
## Build
|
|
|
|
None. The site is a single `index.html` at the repo root plus `assets/`,
|
|
served as-is.
|
|
|
|
## Configuration
|
|
|
|
- Pages source: branch `main`, folder `/ (root)`.
|
|
- `.nojekyll` at the root disables Jekyll processing.
|
|
- Pushing to `main` publishes automatically; no secrets, no CI.
|
|
|
|
## Notes
|
|
|
|
- Classic Pages serves the whole branch root, so `docs/` and `plans/` markdown
|
|
files are also reachable by URL. The repo is public, so this exposes nothing
|
|
new.
|
|
- Static files only. No backend, no form service.
|