-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
infraCI/CD, GitHub Actions, or deployment configsCI/CD, GitHub Actions, or deployment configs
Description
Description:
Improve the reliability and safety of the GitHub Pages deployment process by adding validation steps and clearer failure behavior.
Checklist:
- Validate that
./out
exists before attempting to deploy. - Add a condition to skip deployment if there are no file changes in the
./out
directory. - Improve error visibility by using
fail-fast
behavior and/or custom error messages. - Explore using dry-run mode for safe testing without pushing to
gh-pages
.
Metadata
Metadata
Assignees
Labels
infraCI/CD, GitHub Actions, or deployment configsCI/CD, GitHub Actions, or deployment configs