Skip to content

Commit 51e451b

Browse files
committed
Fix generated LANGUAGE_BASE_URL
1 parent fb3a8a7 commit 51e451b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-github.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
tree gh-pages/assets
6060
6161
echo "==> Updating version on website..."
62-
sed -i "s|\(LANGUAGE_BASE_URL = \"\)[^\"]*\(\"\)|\1$tag\2|g" gh-pages/index.html
62+
sed -i "s|\(LANGUAGE_BASE_URL = \"\)[^\"]*\(\"\)|\1assets/tree-sitter-kotlin-$tag\2|g" gh-pages/index.html
6363
sed -i "s|\(<span class=\"version\">\)[^<]*\(</span>\)|\1$tag\2|g" gh-pages/index.html
6464
6565
echo "==> Committing and pushing gh-pages branch..."

0 commit comments

Comments
 (0)