Skip to content

Commit 2924464

Browse files
authored
Merge pull request #331 from DerekStride/copy-files-to-gh-pages
build: copy all files to gh-pages directory
2 parents 2e9a18c + 64b762a commit 2924464

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ jobs:
1616
node-version: 20
1717
- run: npm install
1818
- name: Publish parser on GitHub Pages
19-
run: cp -r LICENSE CMakeLists.txt Cargo.toml src queries bindings Package.swift docs
19+
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+
2025
- uses: ruby/setup-ruby@v1
2126
with:
2227
ruby-version: 3.2.0

0 commit comments

Comments
 (0)