- Replaced Docker image build/push with static site publishing using peaceiris/actions-gh-pages.
- Updated Vite configuration to use /lit-examples/ as the base path.
- Enhanced mpaHtmlPlugin to correctly prefix assets with the base path in subfolders.
- Updated CI permissions to allow content writing for deployment.
- Enforced lowercase for image owner and name to comply with Docker standards.
- Switched to using the package name from package.json as the image name.
- Added a unique tag using the commit SHA to improve deployment reliability.