From 2188db71ca1cc8bf7b1d17708999f930d2052f33 Mon Sep 17 00:00:00 2001 From: Stefano Moioli Date: Thu, 4 Apr 2024 00:43:34 +0200 Subject: [PATCH] try to fix github actions --- .github/workflows/xzre.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/xzre.yaml b/.github/workflows/xzre.yaml index da78673..e41f215 100644 --- a/.github/workflows/xzre.yaml +++ b/.github/workflows/xzre.yaml @@ -32,12 +32,8 @@ jobs: # Build your program with the given configuration run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} if: ${{ false }} - - - name: Doxygen Action - uses: mattnotmitt/doxygen-action@1.9.8 - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: DenverCoder1/doxygen-github-pages-action@v1.3.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./public