From c3e528a17ea72459f598605a6d548474cd9640b1 Mon Sep 17 00:00:00 2001 From: derekstride Date: Fri, 22 Nov 2024 09:56:41 -0500 Subject: [PATCH] build: add CMakeLists.txt to gh-pages build --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 56808a4d..2f1c9b76 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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