Refactor project
This commit is contained in:
parent
6c75b0ab72
commit
f09bfe9db3
12 changed files with 77 additions and 70 deletions
11
.release
Executable file
11
.release
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
set -e
|
||||
|
||||
pkl eval core_example.pkl >/dev/null
|
||||
pkl eval controller_example.pkl >/dev/null
|
||||
|
||||
pkldoc -o "$PWD/.out/docs" *.pkl
|
||||
pkl project package --output-path="$PWD/.out" --skip-publish-check --overwrite
|
||||
|
||||
rclone copy -L .out/ scaleway:emgauwa-website.serguzim.me/
|
||||
Loading…
Reference in a new issue