📝 Document structure adjustment
This commit is contained in:
@@ -202,6 +202,7 @@ pnpm run build
|
|||||||
- **[CLI Usage](docs/cli-usage.md)** | [中文](docs/cli-usage_CN.md) - Command-line interface reference
|
- **[CLI Usage](docs/cli-usage.md)** | [中文](docs/cli-usage_CN.md) - Command-line interface reference
|
||||||
- **[Advanced Usage](docs/advanced-usage.md)** | [中文](docs/advanced-usage_CN.md) - Customization and advanced features
|
- **[Advanced Usage](docs/advanced-usage.md)** | [中文](docs/advanced-usage_CN.md) - Customization and advanced features
|
||||||
- **[GitHub Actions](docs/github-actions-usage.md)** | [中文](docs/github-actions-usage_CN.md) - Build apps online
|
- **[GitHub Actions](docs/github-actions-usage.md)** | [中文](docs/github-actions-usage_CN.md) - Build apps online
|
||||||
|
- **[Pake Action](docs/pake-action.md)** - Use Pake as GitHub Action in your projects
|
||||||
- **[Contributing](CONTRIBUTING.md)** - How to contribute to development
|
- **[Contributing](CONTRIBUTING.md)** - How to contribute to development
|
||||||
|
|
||||||
## Developers
|
## Developers
|
||||||
|
|||||||
@@ -203,6 +203,7 @@ pnpm run build
|
|||||||
- **[CLI 使用指南](docs/cli-usage_CN.md)** - 命令行接口参考
|
- **[CLI 使用指南](docs/cli-usage_CN.md)** - 命令行接口参考
|
||||||
- **[高级用法指南](docs/advanced-usage_CN.md)** - 自定义和高级功能
|
- **[高级用法指南](docs/advanced-usage_CN.md)** - 自定义和高级功能
|
||||||
- **[GitHub Actions 指南](docs/github-actions-usage_CN.md)** - 在线构建应用
|
- **[GitHub Actions 指南](docs/github-actions-usage_CN.md)** - 在线构建应用
|
||||||
|
- **[Pake Action](docs/pake-action.md)** - 在你的项目中使用 Pake Action
|
||||||
- **[贡献指南](CONTRIBUTING.md)** - 如何参与开发
|
- **[贡献指南](CONTRIBUTING.md)** - 如何参与开发
|
||||||
|
|
||||||
## 开发者
|
## 开发者
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ Welcome to Pake documentation! Here you'll find comprehensive guides and documen
|
|||||||
|
|
||||||
- **[CLI Usage](cli-usage.md)** | [中文](cli-usage_CN.md) - Command-line interface reference
|
- **[CLI Usage](cli-usage.md)** | [中文](cli-usage_CN.md) - Command-line interface reference
|
||||||
- **[GitHub Actions](github-actions-usage.md)** | [中文](github-actions-usage_CN.md) - Build apps online without local setup
|
- **[GitHub Actions](github-actions-usage.md)** | [中文](github-actions-usage_CN.md) - Build apps online without local setup
|
||||||
|
- **[Pake Action](pake-action.md)** - Use Pake as GitHub Action in your projects
|
||||||
|
|
||||||
## Developer Guides
|
## Developer Guides
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
# Use Pake For GitHub Action
|
# Pake Action
|
||||||
|
|
||||||
Transform any webpage into a lightweight desktop app with a single GitHub Actions step.
|
Transform any webpage into a lightweight desktop app with a single GitHub Actions step.
|
||||||
|
|
||||||
|
> This guide shows how to use Pake as a GitHub Action in your own projects. For using our project's built-in GitHub Actions workflow, see [GitHub Actions Usage](github-actions-usage.md).
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@@ -92,6 +94,8 @@ jobs:
|
|||||||
|
|
||||||
Use GitHub's matrix strategy to build for multiple platforms simultaneously.
|
Use GitHub's matrix strategy to build for multiple platforms simultaneously.
|
||||||
|
|
||||||
## Testing
|
## Related Documentation
|
||||||
|
|
||||||
Try the action with our test workflow: [test-action.yml](.github/workflows/test-action.yml)
|
- [GitHub Actions Usage](github-actions-usage.md) - Using Pake's built-in workflow
|
||||||
|
- [CLI Usage](cli-usage.md) - Command-line interface reference
|
||||||
|
- [Advanced Usage](advanced-usage.md) - Customization options
|
||||||
Reference in New Issue
Block a user