📝 Document structure adjustment
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user