Issue Body:
The Deploy VitePress site to Pages workflow failed in the last 24h. Investigate the following:
- Check the
vite.config.js for correct Pages deployment configuration.
- Verify environment variables (e.g.,
PAGES_API_KEY) are set correctly.
- Ensure the workflow uses the correct command (
vite build or vite preview) and dependencies are installed.
- Test the workflow locally to confirm setup is correct.
Suggestion: Update the workflow to explicitly include vite build and verify Pages deployment settings in the GitHub Pages configuration.
Issue Body:
The Deploy VitePress site to Pages workflow failed in the last 24h. Investigate the following:
vite.config.jsfor correct Pages deployment configuration.PAGES_API_KEY) are set correctly.vite buildorvite preview) and dependencies are installed.Suggestion: Update the workflow to explicitly include
vite buildand verify Pages deployment settings in the GitHub Pages configuration.