From 07dbd0be6b67ddec8f631351672b874523531469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Jusevi=C4=8Dius?= Date: Sat, 1 Aug 2026 16:09:07 +0200 Subject: [PATCH] Deploy the split CSS files (overlay, toolbar, dialogs) to Pages The Pages workflow copies an explicit file list, which #24 did not extend when it split the host-UI styles out of rdfa-editor.css - the deployed index.html 404s on the three new stylesheets. Co-Authored-By: Claude Fable 5 --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 0ec0a48..39988fa 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -25,7 +25,7 @@ jobs: - name: Assemble static site run: | mkdir -p _site - cp index.html rdfa-editor.css _site/ + cp index.html rdfa-editor.css overlay.css toolbar.css dialogs.css _site/ cp -r lib dist vocabs _site/ # core editor only: the LinkedDataHub-extended flavor (demo/ + # its SEF) needs the content-negotiating dev server (serve.mjs)