5 lines
58 B
Bash
Executable file
5 lines
58 B
Bash
Executable file
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
yarn run build
|
|
gh-pages -d dist
|