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