Skip to content

Commit

Permalink
update gitaction
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiTing Chen committed Sep 12, 2024
1 parent e487b55 commit f90386b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: true # Ensures submodules are checked out
fetch-depth: 0 # Fetch full history to avoid shallow clones
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down

0 comments on commit f90386b

Please sign in to comment.