📝 Document structure adjustment

This commit is contained in:
Tw93
2025-08-28 22:40:50 +08:00
parent 8614c7211e
commit cc238cfd47
4 changed files with 10 additions and 3 deletions

View File

@@ -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
- **[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

View File

@@ -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.
> 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
```yaml
@@ -92,6 +94,8 @@ jobs:
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