2022-01-11 15:55:36 +09:00

23 lines
330 B
Markdown

# uechi.io
[![Actions Status: pages](https://github.com/uetchy/uechi.io/workflows/Pages/badge.svg)](https://github.com/uetchy/uechi.io/actions?query=pages)
## Build
```bash
n 15
yarn build
```
## Publish
```bash
git commit -m "New article"
git push
# or
# brew install drone-cli
drone exec --secret-file .drone.secrets
```