We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b607833 commit db872deCopy full SHA for db872de
1 file changed
.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 chris.chen@vesoft.com
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: ${JAVA_VERSION}/html
- target-folder: ${JAVA_VERSION}
49
+ folder: ${{ env.JAVA_VERSION }}/html
50
+ target-folder: ${{ env.JAVA_VERSION }}
0 commit comments