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/aws-deploy.yaml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exampleSite/.github/workflows/aws-deploy.yaml b/exampleSite/.github/workflows/aws-deploy.yaml
index 4ff3112..af9752b 100644
--- a/exampleSite/.github/workflows/aws-deploy.yaml
+++ b/exampleSite/.github/workflows/aws-deploy.yaml
@@ -13,7 +13,7 @@
   push:
     paths:
       - content/**/*
-      - config.toml
+      - hugo.toml
   # pull_request:
   #   branches:
   #   - production

--
Gitblit v1.10.0