Skip to content

Commit b78c2ec

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

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/tac-editor\.js|https://unpkg.com/@softwarity/interactive-code|g' gh-pages/index.html
48+
sed -i 's|\.\./src/interactive-code\.js|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)