Skip to content

Commit

Permalink
Merge pull request #296 from DerekStride/gh-pages-cmake
Browse files Browse the repository at this point in the history
build: add CMakeLists.txt to gh-pages build
  • Loading branch information
matthias-Q authored Nov 27, 2024
2 parents 43510aa + c3e528a commit 44bb864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: 20
- run: npm install
- name: Publish parser on GitHub Pages
run: cp -r LICENSE Cargo.toml src queries bindings Package.swift docs
run: cp -r LICENSE CMakeLists.txt Cargo.toml src queries bindings Package.swift docs
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.0
Expand Down

0 comments on commit 44bb864

Please sign in to comment.