Update Hugo version and fix locale configuration
All checks were successful
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Successful in 23s
All checks were successful
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Successful in 23s
Update Hugo to v0.162.1 in deploy workflow Change languageCode to locale in hugo.yaml
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
- name: Install Hugo
|
||||
run: |
|
||||
wget https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_extended_withdeploy_0.152.2_linux-amd64.deb -O /tmp/hugo.deb
|
||||
wget https://github.com/gohugoio/hugo/releases/download/v0.162.1/hugo_extended_withdeploy_0.162.1_linux-amd64.deb -O /tmp/hugo.deb
|
||||
dpkg -i /tmp/hugo.deb
|
||||
|
||||
- name: Checkout code
|
||||
|
||||
Reference in New Issue
Block a user