mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 19:05:41 +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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
HUGO_VERSION: 0.121.1
|
HUGO_VERSION: 0.123.6
|
||||||
steps:
|
steps:
|
||||||
- name: Install Golang
|
# - name: Install Golang
|
||||||
uses: actions/setup-go@v4
|
# uses: actions/setup-go@v4
|
||||||
with:
|
# with:
|
||||||
go-version: '1.21.1'
|
# go-version: '1.21.1'
|
||||||
- name: Install Hugo CLI
|
- name: Install Hugo CLI
|
||||||
run: |
|
run: |
|
||||||
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
|
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