Static organization homepage for Sapana Micro Software, built with Next.js (App Router), Tailwind CSS, and next export for deployment to GitHub Pages at https://sapana-micro-software.github.io/.
npm ci
npm run devnpm run buildStatic files are emitted to out/ (including public/.nojekyll so GitHub Pages does not run Jekyll on the artifact).
After pushing this repository to GitHub:
- Open Settings → Pages.
- Under Build and deployment, set Source to GitHub Actions (not “Deploy from a branch”).
- Run the workflow: merge to
mainor trigger Deploy GitHub Pages manually under Actions.
The workflow uses Node LTS, npm ci, npm run build, and uploads out/ with upload-pages-artifact then deploy-pages, with repository permissions pages: write and id-token: write.