1
0
mirror of https://github.com/tommytran732/tommytran.io synced 2024-09-19 14:44:43 -04:00

Create cloudflare-build.sh

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-06-16 00:04:22 -07:00 committed by GitHub
parent e9201ee78a
commit 6ac2c25da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
cloudflare-build.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
if [ "$CF_PAGES_BRANCH" == "production" ]; then
hugo --minify
else
hugo -b $CF_PAGES_URL --minify
fi