Set SITEURL when building production site (#18)
Build / build (push) Successful in 52s Details

Reviewed-on: #18
This commit is contained in:
Frederik Ring 2024-01-16 20:57:11 +01:00
parent 5082933f21
commit 85ae14290a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
run: curl -fsSL https://get.docker.com | sh
- name: Build
run: |
make build
make build SITEURL=https://www.offen.software
- name: Install MinIO client
run: |
curl -sSL https://dl.min.io/client/mc/release/linux-$(uname -m | sed 's/x86_64/amd64/')/mc -o mc