We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0f260 commit aad07ebCopy full SHA for aad07eb
.github/workflows/doxygen.yml
@@ -25,7 +25,10 @@ jobs:
25
with:
26
ref: ${{ github.event.inputs.branch_name }}
27
fetch-depth: 0 # fetch all commits/branches for gitversion
28
-
+
29
+ - name: Setup Git config
30
+ run: git config user.name ChrisChen2023 && git config user.email [email protected]
31
32
- name: Install Doxygen
33
run: |
34
sudo apt-get update
@@ -43,5 +46,5 @@ jobs:
43
46
- name: Deploy to gh-pages
44
47
uses: JamesIves/github-pages-deploy-action@v4
45
48
- folder: ${PYTHON_VERSION}/html
- target-folder: ${PYTHON_VERSION}
49
+ folder: ${{ env.PYTHON_VERSION }}/html
50
+ target-folder: ${{ env.PYTHON_VERSION }}
0 commit comments