From 91afe1b3ad024a5bcc0ca729f533352f3a06e618 Mon Sep 17 00:00:00 2001 From: Chris Chen Date: Wed, 24 Jan 2024 18:17:43 +0800 Subject: [PATCH] Update nodejs dependent actions (#315) * Update doxygen.yml * Update doxygen.yml * Update doxygen.yml * Update doxygen-config --- .github/workflows/doxygen.yml | 9 ++++----- doxygen-config | 1 - 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 24fc2478..bf9edafb 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # fetch all commits/branches for gitversion @@ -34,11 +34,10 @@ jobs: # Deploy the generated HTML files to the gh-pages branch - name: Deploy to gh-pages - uses: peaceiris/actions-gh-pages@v3 + uses: JamesIves/github-pages-deploy-action@v4 with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ${{ env.BRANCH_NAME }}/html - destination_dir: ${{ env.BRANCH_NAME }} + folder: ${{ env.BRANCH_NAME }}/html + target-folder: ${{ env.BRANCH_NAME }} # - name: show gh-pages branch # run: | diff --git a/doxygen-config b/doxygen-config index 11e4be40..9e05ad1f 100644 --- a/doxygen-config +++ b/doxygen-config @@ -2887,4 +2887,3 @@ MSCGEN_TOOL = MSCFILE_DIRS = -# \ No newline at end of file