We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41acca commit f43193cCopy full SHA for f43193c
.github/workflows/deploy-docs.yml
@@ -43,7 +43,7 @@ jobs:
43
44
# 步骤 5: 部署到 GitHub Pages
45
- name: Deploy to GitHub Pages
46
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
47
with:
48
# 文档源目录
49
publish_dir: ./python/docs/build/html
0 commit comments