Skip to content

Commit

Permalink
Update workflow actions (#128)
Browse files Browse the repository at this point in the history
* add api reference

* Update doxygen-config

* specify doxygen version

* revert doxygen version

* update output folder

* exclude certain folders

* Update doxygen-config

* Update doxygen-config

* exclude ops files

* update version info

* update version info
  • Loading branch information
ChrisChen2023 authored Jan 25, 2024
1 parent d39e953 commit 497ee70
Showing 1 changed file with 4 additions and 5 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

0 comments on commit 497ee70

Please sign in to comment.