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
---
.github/workflows/agolia-update.yaml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.github/workflows/agolia-update.yaml b/.github/workflows/agolia-update.yaml
index f32f3ed..64766a8 100644
--- a/.github/workflows/agolia-update.yaml
+++ b/.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