forked from data.coop/website
Revert baseURL
This commit is contained in:
parent
69d2c5b671
commit
888ddf8465
|
@ -2,6 +2,7 @@ kind: pipeline
|
|||
name: default
|
||||
|
||||
steps:
|
||||
# stable site
|
||||
- name: build_stable
|
||||
image: klakegg/hugo:ext-alpine-ci
|
||||
environment:
|
||||
|
@ -12,6 +13,7 @@ steps:
|
|||
branch:
|
||||
- main
|
||||
|
||||
# staging site
|
||||
- name: build_staging
|
||||
image: klakegg/hugo:ext-alpine-ci
|
||||
environment:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
baseURL: https://staging.data.coop
|
||||
baseURL: https://data.coop
|
||||
|
||||
copyright: CC-BY, see https://creativecommons.org/licenses/by/4.0/
|
||||
|
||||
|
|
Loading…
Reference in a new issue