diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 3e58f53..2d51f4c 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: 'latest' + hugo-version: '0.119.0' extended: true - name: Build diff --git a/content/authors/philip.kufeldt/avatar.jpg b/content/authors/philip.kufeldt/avatar.jpg index 4204c8f..9f03686 100644 Binary files a/content/authors/philip.kufeldt/avatar.jpg and b/content/authors/philip.kufeldt/avatar.jpg differ diff --git a/netlify.toml b/netlify.toml index c077cb2..e35a1fc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.97.3" + HUGO_VERSION = "0.119.0" HUGO_ENABLEGITINFO = "true" [context.production.environment]