We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada0916 commit 9bc06faCopy full SHA for 9bc06fa
1 file changed
.github/workflows/deploy-demo.yml
@@ -46,6 +46,7 @@ jobs:
46
cp -r demo/* gh-pages/
47
# Update paths in demo to use CDN (escape dots in patterns)
48
sed -i 's|\.\./src/index\.ts|https://unpkg.com/@softwarity/interactive-code|g' gh-pages/index.html
49
+ sed -i 's|\.\./themes/|https://unpkg.com/@softwarity/interactive-code/themes/|g' gh-pages/index.html
50
51
- name: Setup Pages
52
uses: actions/configure-pages@v4
0 commit comments