From c2e9a799f797504066fcc9d89291e813fa0156fe Mon Sep 17 00:00:00 2001 From: George Cushen Date: Mon, 13 May 2024 20:45:41 +0100 Subject: [PATCH] starters: add `publication_type` filter example --- .../research-group/.github/workflows/publish.yaml | 2 +- starters-bootstrap/research-group/netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/starters-bootstrap/research-group/.github/workflows/publish.yaml b/starters-bootstrap/research-group/.github/workflows/publish.yaml index 44f5759b..e3d835a0 100644 --- a/starters-bootstrap/research-group/.github/workflows/publish.yaml +++ b/starters-bootstrap/research-group/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.124.1' + WC_HUGO_VERSION: '0.125.7' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters-bootstrap/research-group/netlify.toml b/starters-bootstrap/research-group/netlify.toml index 4c813fae..f2014aeb 100644 --- a/starters-bootstrap/research-group/netlify.toml +++ b/starters-bootstrap/research-group/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.123.3" + HUGO_VERSION = "0.125.7" HUGO_ENABLEGITINFO = "true" [context.production.environment]