planetarium/9c-table-patcher

Create github actions

Open

#4 opened on Oct 23, 2023

 (0 comments) (0 reactions) (0 assignees)Svelte (2 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide