enhancementgood first issue
仓库指标
- 星标
- (1 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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
- When a PR is merged into main branch, github actions triggered.
- Do command
yarn build && yarn depoly