Added HTTPs to hugo build
This commit is contained in:
parent
a08f49a53a
commit
713bffe43e
@ -21,7 +21,7 @@
|
||||
|
||||
- name: Building the website with Hugo
|
||||
shell:
|
||||
cmd: hugo --themesDir themes --theme blogotheme --baseURL="http://{{ hugo_deploy_site_url }}" --enableGitInfo --minify --templateMetrics
|
||||
cmd: hugo --themesDir themes --theme blogotheme --baseURL="https://{{ hugo_deploy_site_url }}" --enableGitInfo --minify --templateMetrics
|
||||
chdir: "{{ hugo_deploy_download_path }}"
|
||||
|
||||
- name: Copy the website to it's webroot
|
||||
|
Loading…
Reference in New Issue
Block a user