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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
The site is built with Vite and deployed to GitHub Pages through `.github/workflows/pages.yml`.
6
6
7
-
The workflow runs on pushes to `main` or `master`, installs dependencies with `npm ci`, runs `npm run test`, builds the static bundle with `npm run build`, and publishes `dist`.
7
+
The workflow runs on pushes to `main` or `master`, installs dependencies with `npm ci`, runs `npm run test`, builds the static bundle with `npm run build`, and publishes `dist` to `AdaEngine/adaengine.github.io`.
8
8
9
-
The production site is published at `https://adaengine.org/`, so the Vite base path defaults to `/`. The workflow configures the Pages custom domain through the GitHub API because `CNAME` files are ignored for custom GitHub Actions Pages deployments. Use `VITE_BASE_PATH` only for explicit non-root preview deployments.
9
+
The production site is published at `https://adaengine.org/`, so the Vite base path defaults to `/`. The `AdaEngine/adaengine.github.io` repository owns the custom domain, and this repository only builds and pushes the generated site there. Use `VITE_BASE_PATH` only for explicit non-root preview deployments.
0 commit comments