diff --git a/README.md b/README.md index ff45951a..54d7b25d 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.61.0' + hugo-version: '0.62.2' # extended: true - name: Build @@ -108,7 +108,7 @@ Set `extended: true` to use a Hugo extended version. - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.61.0' + hugo-version: '0.62.2' extended: true ``` @@ -140,7 +140,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. ```sh -HUGO_VERSION=0.61.0 +HUGO_VERSION=0.62.2 ``` Next, add a step to read a Hugo version from the `.env` file.