From 0c702edeca5acf1f79c39cc18bc669b7792d5acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Schnabel?= Date: Tue, 3 Oct 2023 16:55:16 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87cece2..553a1dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,8 +17,7 @@ jobs: doxyfile-path: "./Doxyfile" working-directory: "." - name: Deploy - uses: DenverCoder1/doxygen-github-pages-action@v1.3.0 + uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - branch: gh-pages - folder: docs/html + publish_dir: ./docs/html