Refactor project and add pkldoc
This commit is contained in:
parent
1c9add29fa
commit
6c75b0ab72
10 changed files with 36 additions and 10 deletions
6
release
Executable file
6
release
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
pkldoc -o "$PWD/.out/docs" emgauwa/*
|
||||
pkl project package --output-path="$PWD/.out" --working-dir=emgauwa --skip-publish-check
|
||||
|
||||
rclone copy -L .out/ scaleway:emgauwa-website.serguzim.me/
|
||||
Loading…
Reference in a new issue