Skip to content

Commit

Permalink
1、修改说明文档
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Oct 11, 2024
1 parent 40549e0 commit ee5a9f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git config user.email github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
site_name: AndroidAOP
site_name: 'FlyJingFish/AndroidAOP'
site_description: 'Help you transform into an Android platform framework with AOP architecture'
site_author: 'FlyJingFish'
site_url: https://flyjingfish.github.io/AndroidAOP
site_url: 'https://flyjingfish.github.io/AndroidAOP/'
remote_branch: gh-pages
edit_uri: ""
edit_uri: "edit/master/docs/"

# Repository
repo_name: 'AndroidAOP'
Expand Down

0 comments on commit ee5a9f1

Please sign in to comment.