Skip to content

Commit

Permalink
Merge pull request #242 from matthias-Q/add_cargo_toml
Browse files Browse the repository at this point in the history
add: Cargo.toml in release
  • Loading branch information
matthias-Q authored Mar 12, 2024
2 parents 4ffda1f + 6861f5a commit 6a4662b
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 src queries bindings Package.swift docs
run: cp -r LICENSE src queries bindings Package.swift docs Cargo.toml
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.0
Expand Down

0 comments on commit 6a4662b

Please sign in to comment.