23 lines
330 B
Markdown
23 lines
330 B
Markdown
# uechi.io
|
|
|
|
[](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
|
|
```
|