mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
add environment during hugo build
This commit is contained in:
parent
25f9fe8e10
commit
7f8ab8a140
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
extended: true
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
run: hugo --environment upstream --minify
|
||||
|
||||
- name: Build and Push image
|
||||
uses: docker/build-push-action@v1
|
||||
|
|
|
|||
Loading…
Reference in New Issue