From 98a306a71a31f6e1b13e41c18197a178aecc4bbc Mon Sep 17 00:00:00 2001 From: Michael Born Date: Tue, 13 Feb 2024 11:46:55 -0500 Subject: [PATCH] Move GH pages to docs/ directory --- build/Build.cfc | 2 +- {pages => docs}/_config.yml | 0 {pages => docs}/index.html | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {pages => docs}/_config.yml (100%) rename {pages => docs}/index.html (100%) diff --git a/build/Build.cfc b/build/Build.cfc index a4db472..a263299 100644 --- a/build/Build.cfc +++ b/build/Build.cfc @@ -21,7 +21,7 @@ component { "server-.*\.json", "^\..*", "coldbox-5-router-documentation.png", - "pages" + "docs" ]; // Cleanup + Init Build Directories diff --git a/pages/_config.yml b/docs/_config.yml similarity index 100% rename from pages/_config.yml rename to docs/_config.yml diff --git a/pages/index.html b/docs/index.html similarity index 100% rename from pages/index.html rename to docs/index.html