docs: bump Hugo from 0.75.0 to 0.75.1

This commit is contained in:
Frank Taillandier 2020-09-15 11:18:20 +02:00 committed by GitHub
parent cae29e3ac4
commit 5cc838d9b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.75.0' hugo-version: '0.75.1'
# extended: true # extended: true
- name: Build - name: Build
@ -119,7 +119,7 @@ Set `extended: true` to use a Hugo extended version.
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.75.0' hugo-version: '0.75.1'
extended: true extended: true
``` ```
@ -151,7 +151,7 @@ How to sync a Hugo version between a Docker Compose and a GitHub Actions workflo
Write a `HUGO_VERSION` to the `.env` file like the following and push it to a remote branch. Write a `HUGO_VERSION` to the `.env` file like the following and push it to a remote branch.
```sh ```sh
HUGO_VERSION=0.75.0 HUGO_VERSION=0.75.1
``` ```
Next, add a step to read a Hugo version from the `.env` file. Next, add a step to read a Hugo version from the `.env` file.
@ -225,7 +225,7 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.75.0' hugo-version: '0.75.1'
extended: true extended: true
- name: Setup Node - name: Setup Node
@ -274,7 +274,7 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.75.0' hugo-version: '0.75.1'
extended: true extended: true
- name: Setup Ruby - name: Setup Ruby