mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Bump Hugo version
This commit is contained in:
parent
a37d3f0c81
commit
161c09e994
1 changed files with 5 additions and 5 deletions
10
.github/workflows/publish.yml
vendored
10
.github/workflows/publish.yml
vendored
|
@ -27,12 +27,12 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HUGO_VERSION: 0.121.1
|
||||
HUGO_VERSION: 0.123.6
|
||||
steps:
|
||||
- name: Install Golang
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21.1'
|
||||
# - name: Install Golang
|
||||
# uses: actions/setup-go@v4
|
||||
# with:
|
||||
# go-version: '1.21.1'
|
||||
- name: Install Hugo CLI
|
||||
run: |
|
||||
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
|
||||
|
|
Loading…
Reference in a new issue