There was an error while loading. Please reload this page.
2 parents 4054dfd + 07dbd0b commit 459cc32Copy full SHA for 459cc32
1 file changed
.github/workflows/deploy-pages.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Assemble static site
26
run: |
27
mkdir -p _site
28
- cp index.html rdfa-editor.css _site/
+ cp index.html rdfa-editor.css overlay.css toolbar.css dialogs.css _site/
29
cp -r lib dist vocabs _site/
30
# core editor only: the LinkedDataHub-extended flavor (demo/ +
31
# its SEF) needs the content-negotiating dev server (serve.mjs)
0 commit comments