From 7fcacbf4e36db940fc3a055c5d6afa6e3c6f6fd6 Mon Sep 17 00:00:00 2001 From: Vahid Ahmadi Date: Tue, 5 Aug 2025 11:47:24 +0100 Subject: [PATCH 1/2] Add index.html to fix GitHub Pages 404 error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHub Pages requires an index.html file at the root of the docs folder to serve content at the repository's GitHub Pages URL. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- docs/index.html | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 docs/index.html diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 000000000..49b140610 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,57 @@ + + + + + PolicyEngine UK Data + + + + +

PolicyEngine UK Data

+ +
+

Welcome to the PolicyEngine UK Data documentation and methodology site.

+ +

This site contains documentation for data sources, methodologies, and validation processes used in PolicyEngine UK.

+ + +
+ + \ No newline at end of file From 0dfd4b72674b19061d24b805562f1672c1af87ea Mon Sep 17 00:00:00 2001 From: Vahid Ahmadi Date: Tue, 5 Aug 2025 11:49:38 +0100 Subject: [PATCH 2/2] add changelog --- changelog_entry.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29bb..b9c84b035 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + added: + - Added index.html file to docs folder to fix GitHub Pages 404 error \ No newline at end of file