Set SITEURL when building production site

This commit is contained in:
Frederik Ring 2024-01-16 20:54:41 +01:00
parent 5082933f21
commit cee4dbe159

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