From b3b2581405edcfb8b4b3aef1caed4daef97c3580 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Wed, 12 Mar 2025 19:23:45 +0100 Subject: [PATCH] build test without publish --- .github/workflows/documentation.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 454d91b..83a978e 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -1,9 +1,7 @@ name: Documentation on: - push: - tags: - - "*" + push env: CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm_modules @@ -38,8 +36,8 @@ jobs: cmake -Sdocumentation -Bbuild cmake --build build --target GenerateDocs - - name: Publish - uses: peaceiris/actions-gh-pages@v4 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build/doxygen/html + # - name: Publish + # uses: peaceiris/actions-gh-pages@v4 + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} + # publish_dir: ./build/doxygen/html