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
Currently, we manually deploy github pages using yarn build && yarn deploy command.
Simply just do this command using github actions will make work easier.
Exceptations
When a PR is merged into main branch, github actions triggered.
Do command yarn build && yarn depoly
The text was updated successfully, but these errors were encountered:
Issue
Currently, we manually deploy github pages using
yarn build && yarn deploy
command.Simply just do this command using github actions will make work easier.
Exceptations
yarn build && yarn depoly
The text was updated successfully, but these errors were encountered: