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