From 1582330b44dbdb4bc04380b105b926f08f75068d Mon Sep 17 00:00:00 2001 From: redcode Date: Sat, 18 Jun 2022 14:33:56 +0200 Subject: [PATCH] Documentation CI. --- .github/workflows/documentation-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation-ci.yml b/.github/workflows/documentation-ci.yml index 74e8c72..7f973be 100644 --- a/.github/workflows/documentation-ci.yml +++ b/.github/workflows/documentation-ci.yml @@ -66,7 +66,7 @@ jobs: -DZ80_WITH_TESTS=${{env.Z80_WITH_TESTS}} - name: Build HTML Documentation - run: cmake --build ${{github.workspace}}/build --config ${{env.CMAKE_BUILD_TYPE}} --target Documentation-HTML + run: cmake --build ${{github.workspace}}/build --config ${{env.CMAKE_BUILD_TYPE}} --target Z80-Documentation-HTML - name: Build PDF Documentation - run: cmake --build ${{github.workspace}}/build --config ${{env.CMAKE_BUILD_TYPE}} --target Documentation-PDF + run: cmake --build ${{github.workspace}}/build --config ${{env.CMAKE_BUILD_TYPE}} --target Z80-Documentation-PDF