Skip to content

Commit 7ae7eed

Browse files
committed
fix: update CDN path in GitHub Pages deployment script
1 parent b78c2ec commit 7ae7eed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
mkdir -p gh-pages
4646
cp -r demo/* gh-pages/
4747
# 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
48+
sed -i 's|\.\./src/index\.ts|https://unpkg.com/@softwarity/interactive-code|g' gh-pages/index.html
4949
5050
- name: Setup Pages
5151
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)