🐛 Docs: 修复文档 Last updated author 错误 (#2241)

This commit is contained in:
eya46
2023-08-05 14:01:53 +08:00
committed by GitHub
parent 15b76c266c
commit 1b9a07b923
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Python Environment
uses: ./.github/actions/setup-python

View File

@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Setup Python Environment
uses: ./.github/actions/setup-python