feat: add build system
Some checks failed
/ deploy_site (push) Has been cancelled

This commit is contained in:
2024-12-30 14:40:09 +09:00
parent 6cbeecea87
commit 32dc5eb667
9 changed files with 845 additions and 24 deletions

View File

@ -0,0 +1,14 @@
on:
push:
workflow_dispatch:
jobs:
deploy_site:
runs-on: ubuntu-latest
container:
image: src.pmh.codes/build-tools/react2minio:latest
steps:
- uses: actions/checkout@v4
- run: pnpm i
- run: pnpm run pkg
- run: mc cp $PWD/dist/* minio/releases/