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
Add GitHub Actions workflow to deploy the demo on v* tag pushes.
The workflow validates that the tag version matches both package.json
files before building and deploying to GitHub Pages.
Remove the demo:push script and simplify demo:publish to only handle
cleaning and building, as deployment is now handled by CI.
0 commit comments