We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e9a18c + 64b762a commit 2924464Copy full SHA for 2924464
.github/workflows/gh-pages.yml
@@ -16,7 +16,12 @@ jobs:
16
node-version: 20
17
- run: npm install
18
- name: Publish parser on GitHub Pages
19
- run: cp -r LICENSE CMakeLists.txt Cargo.toml src queries bindings Package.swift docs
+ run: |
20
+ cp -r bindings queries src binding.gyp Cargo.lock Cargo.toml \
21
+ CMakeLists.txt go.mod grammar.js LICENSE Makefile package-lock.json \
22
+ package.json Package.swift pyproject.toml setup.py tree-sitter.json \
23
+ docs
24
+
25
- uses: ruby/setup-ruby@v1
26
with:
27
ruby-version: 3.2.0
0 commit comments