Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
with:
ref: ${{ github.event.inputs.branch_name }}
fetch-depth: 0 # fetch all commits/branches for gitversion


- name: Setup Git config
run: git config user.name ChrisChen2023 && git config user.email [email protected]

- name: Install Doxygen
run: |
sudo apt-get update
Expand All @@ -43,5 +46,5 @@ jobs:
- name: Deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ${PYTHON_VERSION}/html
target-folder: ${PYTHON_VERSION}
folder: ${{ env.PYTHON_VERSION }}/html
target-folder: ${{ env.PYTHON_VERSION }}