diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 948e408e..9e45636c 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,11 @@ 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 866d683f..d9a1a616 100644 --- a/doxygen-config +++ b/doxygen-config @@ -2887,4 +2887,5 @@ MSCGEN_TOOL = MSCFILE_DIRS = -# \ No newline at end of file + +