Skip to content

Commit

Permalink
update workflow yml with configure git
Browse files Browse the repository at this point in the history
  • Loading branch information
tracy626 committed Sep 20, 2024
1 parent 14c7a98 commit fcd1251
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflow/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ jobs:
python-version: 3.x
- run: pip install mkdocs
- run: pip install mkdocs-material
- name: Configure Git
run: |
git config --global user.name "tracy626"
git config --global user.email "[email protected]"
- run: mkdocs gh-deploy --force

0 comments on commit fcd1251

Please sign in to comment.