add environment during hugo build

This commit is contained in:
Jeff 2020-06-21 00:15:15 +08:00
parent 25f9fe8e10
commit 7f8ab8a140
No known key found for this signature in database
GPG Key ID: 87272103ED9C5218

View File

@ -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