Skip to content

Commit

Permalink
Update nodejs dependent actions (#315)
Browse files Browse the repository at this point in the history
* Update doxygen.yml

* Update doxygen.yml

* Update doxygen.yml

* Update doxygen-config
  • Loading branch information
ChrisChen2023 authored Jan 24, 2024
1 parent a9688c6 commit 91afe1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion doxygen-config
Original file line number Diff line number Diff line change
Expand Up @@ -2887,4 +2887,3 @@ MSCGEN_TOOL =

MSCFILE_DIRS =

#

0 comments on commit 91afe1b

Please sign in to comment.