We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64249e6 commit bb5cc95Copy full SHA for bb5cc95
.github/workflows/gh-pages.yml
@@ -35,6 +35,10 @@ jobs:
35
- name: Export playground
36
run: npx tree-sitter playground --export ./public
37
38
+ - name: Set LANGUAGE_BASE_URL for GitHub Pages
39
+ run: |
40
+ sed -i 's|LANGUAGE_BASE_URL = ""|LANGUAGE_BASE_URL = "/tree-sitter-rescript"|' ./public/index.html
41
+
42
- name: Setup Pages
43
uses: actions/configure-pages@v5
44
.gitignore
@@ -49,3 +49,6 @@ zig-out/
49
# Others
50
log.html
51
test_wild/
52
53
+# Playground
54
+public/
0 commit comments