From 69d015717b6df9a30d54b7664a7980ce4b5a3057 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sun, 30 Aug 2026 15:10:27 -0400 Subject: [PATCH] docs: correct stale /Volumes/X9 paths to /Volumes/UG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The working drive was remounted from X9 to UG; one release doc and two workflow comments still referenced the old absolute path. Scoped to the full `/Volumes/X9/` string. A loose `X9` match had also rewritten three book JSON files under web/data/books/minhaj-as-sunnah-nabawiyyah-ibn-taymiyyah/, where `X9` occurs inside encoded content — corrupting Ibn Taymiyyah's text. Those three are excluded here and left at their committed contents. --- .github/wiki/releases/release-islamwiki-v0.1.0-2026-04-27.md | 4 ++-- .github/workflows/_reusable-axe.yml | 2 +- .github/workflows/_reusable-lighthouse.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/wiki/releases/release-islamwiki-v0.1.0-2026-04-27.md b/.github/wiki/releases/release-islamwiki-v0.1.0-2026-04-27.md index 2e9035f0..1bc395af 100644 --- a/.github/wiki/releases/release-islamwiki-v0.1.0-2026-04-27.md +++ b/.github/wiki/releases/release-islamwiki-v0.1.0-2026-04-27.md @@ -70,7 +70,7 @@ Requires ummat backend migration 0042 to be applied (included in ummat v0.1.0 re ## Tag command ``` -git -C /Volumes/X9/Sites/ummeco/islamwiki tag v0.1.0 && git -C /Volumes/X9/Sites/ummeco/islamwiki push origin v0.1.0 +git -C /Volumes/UG/Sites/ummeco/islamwiki tag v0.1.0 && git -C /Volumes/UG/Sites/ummeco/islamwiki push origin v0.1.0 ``` ## gh release create command @@ -78,5 +78,5 @@ git -C /Volumes/X9/Sites/ummeco/islamwiki tag v0.1.0 && git -C /Volumes/X9/Sites gh release create v0.1.0 \ --repo ummeco/islamwiki \ --title "islamwiki v0.1.0" \ - --notes-file /Volumes/X9/Sites/ummeco/islamwiki/.github/wiki/releases/release-islamwiki-v0.1.0-2026-04-27.md + --notes-file /Volumes/UG/Sites/ummeco/islamwiki/.github/wiki/releases/release-islamwiki-v0.1.0-2026-04-27.md ``` diff --git a/.github/workflows/_reusable-axe.yml b/.github/workflows/_reusable-axe.yml index fc781ef8..f32932dc 100644 --- a/.github/workflows/_reusable-axe.yml +++ b/.github/workflows/_reusable-axe.yml @@ -1,6 +1,6 @@ # axe-core CI — reusable workflow (local copy) # Sprint B9 DR-B9-A11Y-01 | Ticket TB9-17 -# Source: /Volumes/X9/Sites/ummeco/.github/workflows/axe-ci-reusable.yml +# Source: /Volumes/UG/Sites/ummeco/.github/workflows/axe-ci-reusable.yml # Keep in sync with the monorepo-root version. name: axe-core CI (reusable) diff --git a/.github/workflows/_reusable-lighthouse.yml b/.github/workflows/_reusable-lighthouse.yml index 5ecdfea9..e3bb881a 100644 --- a/.github/workflows/_reusable-lighthouse.yml +++ b/.github/workflows/_reusable-lighthouse.yml @@ -1,6 +1,6 @@ # Lighthouse CI — reusable workflow (local copy) # Sprint B9 DR-B9-PERF-01 | Ticket TB9-17 -# Source: /Volumes/X9/Sites/ummeco/.github/workflows/lighthouse-ci-reusable.yml +# Source: /Volumes/UG/Sites/ummeco/.github/workflows/lighthouse-ci-reusable.yml # Keep in sync with the monorepo-root version. name: Lighthouse CI (reusable)