From aae545ec14742ef037861b1ca04f10dfb2265a9b Mon Sep 17 00:00:00 2001 From: Joaquim Adraz Date: Tue, 15 Oct 2024 16:53:16 +0100 Subject: [PATCH 1/2] Fix date --- content/resources/insight-platforms-demo-days-2022.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/resources/insight-platforms-demo-days-2022.md b/content/resources/insight-platforms-demo-days-2022.md index 89e759a2e..1aeae4be2 100644 --- a/content/resources/insight-platforms-demo-days-2022.md +++ b/content/resources/insight-platforms-demo-days-2022.md @@ -1,5 +1,5 @@ +++ -date = "2022-07-5T12:20:23-04:00" +date = "2022-07-05T12:20:23-04:00" draft = false title = "Insight Platforms Demo Days" about = "See Crunch.io in action presented by Jeff Coombs, President, and Chris Jones, Senior Director of Product." From 5e7241b3d409d9a5128b638e443c5eac00892ade Mon Sep 17 00:00:00 2001 From: Joaquim Adraz Date: Tue, 15 Oct 2024 17:41:50 +0100 Subject: [PATCH 2/2] Freeze hugo version --- .github/workflows/build-and-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index d2471c055..81b07ad85 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -4,7 +4,7 @@ on: - dev - src push: - branches: + branches: - dev - src @@ -35,7 +35,7 @@ jobs: - name: Install Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: 'latest' + hugo-version: '0.135.0' - name: Setup Node uses: actions/setup-node@v2 with: