1.2 KiB
Vendored
1.2 KiB
Vendored
GitHub Actions Usage Guide
English | 简体中文
Build Pake apps online without installing development tools locally.
Quick Steps
1. Fork Repository
2. Run Workflow
-
Go to Actions tab in your forked repository
-
Select
Build App With Pake CLI -
Fill in the form (same parameters as CLI options)
-
Click
Run Workflow
3. Download App
-
Green checkmark = build success
-
Click the workflow name to view details
-
Find
Artifactssection and download your app
4. Build Times
- First run: ~10-15 minutes (sets up cache)
- Subsequent runs: ~5 minutes (uses cache)
- Cache size: 400-600MB when complete
Tips
- Be patient on first run - let cache build completely
- Stable network connection recommended
- If build fails, delete cache and retry

