Skip to content

Deploy the split CSS files to GitHub Pages - #25

Merged
namedgraph merged 1 commit into
masterfrom
fix/deploy-pages-split-css
Aug 1, 2026
Merged

Deploy the split CSS files to GitHub Pages#25
namedgraph merged 1 commit into
masterfrom
fix/deploy-pages-split-css

Conversation

@namedgraph

Copy link
Copy Markdown
Member

#24 split the host-UI styles out of rdfa-editor.css into overlay.css, toolbar.css and dialogs.css and linked all four from index.html, but the Pages workflow assembles _site/ from an explicit file list that still only copies rdfa-editor.css — so https://atomgraph.github.io/RDFa-Editor/ 404s on the three new stylesheets, leaving the toolbar, annotation overlay and edit dialogs unstyled.

Adds the three files to the cp line in deploy-pages.yml. Merging to master triggers the workflow and redeploys.

🤖 Generated with Claude Code

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 <noreply@anthropic.com>
@namedgraph
namedgraph merged commit 459cc32 into master Aug 1, 2026
2 checks passed
@namedgraph
namedgraph deleted the fix/deploy-pages-split-css branch August 1, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant