Skip to content

Commit

Permalink
Fix Deploy to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Oct 7, 2023
1 parent f5ff2eb commit d61919f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# Create corresponding directory
mkdir -p "/tmp/javadoc/${parent_dir}"
# Copy Javadoc to corresponding directory
cp -R "$dir/"*. "/tmp/javadoc/${parent_dir}"
cp -R "$dir/"* "/tmp/javadoc/${parent_dir}"
done
git config --global user.name "HamaWhiteGG"
git config --global user.email "baisongxx@gmail.com"
Expand Down

0 comments on commit d61919f

Please sign in to comment.