Skip to content

Commit 459cc32

Browse files
authored
Merge pull request #25 from AtomGraph/fix/deploy-pages-split-css
Deploy the split CSS files to GitHub Pages
2 parents 4054dfd + 07dbd0b commit 459cc32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Assemble static site
2626
run: |
2727
mkdir -p _site
28-
cp index.html rdfa-editor.css _site/
28+
cp index.html rdfa-editor.css overlay.css toolbar.css dialogs.css _site/
2929
cp -r lib dist vocabs _site/
3030
# core editor only: the LinkedDataHub-extended flavor (demo/ +
3131
# its SEF) needs the content-negotiating dev server (serve.mjs)

0 commit comments

Comments
 (0)