From f786d97d428fbf245f5f390ac9cc891449edc2fb Mon Sep 17 00:00:00 2001 From: John R Patek Sr Date: Sat, 16 Mar 2024 19:46:11 -0500 Subject: [PATCH] testing pipeline --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 207b9e6..4219ae7 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -66,4 +66,4 @@ jobs: run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DSIGFN_DOCS=ON - name: Build - run: make docs \ No newline at end of file + run: cmake --build ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} --target docs \ No newline at end of file