Skip to content

Commit e19813e

Browse files
authored
fix: fix document workflow (#4042)
1 parent a7999be commit e19813e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/doc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v4
36-
36+
with:
37+
fetch-depth: 0
3738
- uses: actions/setup-python@v5
3839
with:
3940
python-version: '3.10'
@@ -59,6 +60,7 @@ jobs:
5960
uses: actions/upload-pages-artifact@v3
6061
with:
6162
path: docs/build/
63+
name: github-pages
6264

6365
# Deployment job
6466
deploy:

0 commit comments

Comments
 (0)