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

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

--
Gitblit v1.10.0