Set SITEURL when building production site (#18)
All checks were successful
Build / build (push) Successful in 52s
All checks were successful
Build / build (push) Successful in 52s
Reviewed-on: #18
This commit is contained in:
parent
5082933f21
commit
85ae14290a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user