6 lines
205 B
Shell
Executable file
6 lines
205 B
Shell
Executable file
#!/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/
|