1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00

Update Hugo to 0.79.1 (#206)

This commit is contained in:
Yuki Okushi 2020-12-22 03:18:10 +09:00 committed by GitHub
parent 3802099c19
commit 77528bc14f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.74.2' hugo-version: '0.79.1'
- name: Build - name: Build
run: hugo --minify run: hugo --minify

View File

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@v2
- name: Use stable - name: Use stable
run: | run: |