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
feat(docs): deploy main branch preview alongside PR previews
Extend the docs-preview workflow to also trigger on pushes to main,
deploying a continuously-updated preview at _preview/pr-main/ on
gh-pages. Rename the umbrella directory from pr-preview to _preview.
- Add push:main trigger with same path filters as pull_request
- Use conditional action inputs (deploy+no comment for main, auto for PRs)
- Scope concurrency per-ref with cancel-in-progress
- Update astro landing page regex for the new _preview path
0 commit comments