diff --git a/website/deploy.sh b/website/deploy.sh new file mode 100755 index 00000000..8b6f0609 --- /dev/null +++ b/website/deploy.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cd "$(dirname "$0")" +hugo --gc --minify && wrangler pages deploy public --project-name pit-lang --commit-dirty=true --branch main