## Defect - github pages workflow automated creation of category and tag pages does not pass to hosted artefact ## Definition of Done - workflow successfully creates new category and tag _data/ artefacts - workflow successfully creates category and tag pages - workflow successfully builds new category and tag pages into the hosted _site artefact ## Steps to Reproduce - addition of new unique tag or category within source https://github.com/CivicTechTO/archives markdown files ## Runs Reference - https://github.com/CivicTechTO/civictechto.github.io/actions/runs/15666498947 ## Related Files - Workflow - https://github.com/CivicTechTO/civictechto.github.io/blob/main/.github/workflows/pages.yml - Data Generation Scripts - https://github.com/CivicTechTO/civictechto.github.io/blob/main/_scripts/generate_category_data.sh - https://github.com/CivicTechTO/civictechto.github.io/blob/main/_scripts/generate_tag_data.sh - Page Generation Scripts - https://github.com/CivicTechTO/civictechto.github.io/blob/main/_scripts/generate_category_pages.sh - https://github.com/CivicTechTO/civictechto.github.io/blob/main/_scripts/generate_tag_pages.sh