Skip to content

Commit

Permalink
fix GitHub workflow Doc deploy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
1103837067 committed Oct 18, 2024
1 parent 03588a8 commit 6ee9134
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: 构建文档
run: |
cd docs
sphinx-apidoc -o docs/source/modules ../ha4t/ --extensions EXTENSIONS -e
sphinx-apidoc -o ./modules/ ../ha4t/ --extensions EXTENSIONS -e
make html
- name: Setup Pages
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,4 @@ dmypy.json

# Pyre type checker
.pyre/
.idea/
7 changes: 0 additions & 7 deletions .idea/misc.xml

This file was deleted.

9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# HA4T 🐍

[![PyPI version](https://badge.fury.io/py/ha4t.svg)](https://badge.fury.io/py/ha4t)
[![Documentation Status](https://readthedocs.org/projects/ha4t/badge/?version=latest)](https://ha4t.readthedocs.io/en/latest/?badge=latest)
[![Documentation Status](https://1103837067.github.io/HA4T/)

HA4T (Hybrid App Automation Testing Tool)
是一个跨平台的UI自动化框架,适用于混合型app、游戏、web和原生app等。该框架基于aircv、OCR、CDP、uiautomator2和facebook_wda进行开发。
Expand Down Expand Up @@ -32,15 +32,12 @@ pip install ha4t

## 详细文档

查看我们的[详细文档](https://ha4t.readthedocs.io/)以获取更多信息,包括:
查看我们的[详细文档](https://1103837067.github.io/HA4T/)以获取更多信息,包括:

- 完整的API参考
- 高级用法指南
- 最佳实践和技巧

## 贡献

我们欢迎并感谢任何形式的贡献!如果您想为HA4T做出贡献,请查看我们的[贡献指南](CONTRIBUTING.md)

## 问题和支持

Expand All @@ -54,7 +51,7 @@ pip install ha4t

HA4T 的开发得益于以下开源项目:

- [aircv](https://github.com/NetEase/aircv)
- [airtest](https://github.com/NetEase/airtest)
- [uiautomator2](https://github.com/openatx/uiautomator2)
- [facebook-wda](https://github.com/openatx/facebook-wda)

Expand Down
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ HA4T 是一个强大的 UI 自动化测试框架,支持 Android 和 iOS 平台
:caption: 快速开始

README_MORE.rst

================================

.. toctree::
Expand All @@ -48,7 +49,6 @@ HA4T 是一个强大的 UI 自动化测试框架,支持 Android 和 iOS 平台

modules/ha4t.api


================================

.. toctree::
Expand All @@ -73,6 +73,7 @@ HA4T 是一个强大的 UI 自动化测试框架,支持 Android 和 iOS 平台
:caption: 所有模块

modules/modules

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

0 comments on commit 6ee9134

Please sign in to comment.