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