Skip to content

Commit

Permalink
Fix generated LANGUAGE_BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Mar 13, 2024
1 parent fb3a8a7 commit 51e451b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
tree gh-pages/assets
echo "==> Updating version on website..."
sed -i "s|\(LANGUAGE_BASE_URL = \"\)[^\"]*\(\"\)|\1$tag\2|g" gh-pages/index.html
sed -i "s|\(LANGUAGE_BASE_URL = \"\)[^\"]*\(\"\)|\1assets/tree-sitter-kotlin-$tag\2|g" gh-pages/index.html
sed -i "s|\(<span class=\"version\">\)[^<]*\(</span>\)|\1$tag\2|g" gh-pages/index.html
echo "==> Committing and pushing gh-pages branch..."
Expand Down

0 comments on commit 51e451b

Please sign in to comment.