From 8848c443a868d959839b5de120d41941a230e8d9 Mon Sep 17 00:00:00 2001
From: Andreas Deininger <andreas@deininger.net>
Date: Wed, 23 Aug 2023 10:32:49 +0000
Subject: [PATCH] Rename config.toml to hugo.toml
---
exampleSite/.github/workflows/agolia-update.yaml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/exampleSite/.github/workflows/agolia-update.yaml b/exampleSite/.github/workflows/agolia-update.yaml
index 3914f6e..d644a04 100644
--- a/exampleSite/.github/workflows/agolia-update.yaml
+++ b/exampleSite/.github/workflows/agolia-update.yaml
@@ -7,7 +7,7 @@
push:
paths:
- content/**/*
- - config.toml
+ - hugo.toml
env:
# Name of the branch in your repository which will store your generated site.
--
Gitblit v1.10.0