diff --git a/.forestry/settings.yml b/.forestry/settings.yml index 8eb368c..5d8d7dd 100644 --- a/.forestry/settings.yml +++ b/.forestry/settings.yml @@ -22,7 +22,7 @@ file_template: ":filename:" build: preview_env: - HUGO_ENV=staging - - HUGO_VERSION=0.64.1 + - HUGO_VERSION=0.73.0 preview_output_directory: public preview_docker_image: forestryio/hugo:latest mount_path: "/srv" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2e97272..453f3b5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2.2.2 with: - hugo-version: '0.71.1' + hugo-version: '0.73.0' extended: true - name: Build staging