Skip to content

Commit

Permalink
Merge pull request #181 from bombardier200/main
Browse files Browse the repository at this point in the history
Update action to copy queries folder
  • Loading branch information
matthias-Q committed Jul 10, 2023
2 parents 77ddfc9 + 18b4a9e commit 00ae620
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: 18
- run: npm install
- name: Publish parser on GitHub Pages
run: cp -r src bindings Package.swift docs
run: cp -r src queries bindings Package.swift docs
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.0
Expand Down

0 comments on commit 00ae620

Please sign in to comment.