Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.3 KB

File metadata and controls

47 lines (30 loc) · 1.3 KB

GitHub Actions Usage Guide

English | 简体中文

Build Pake apps online without installing development tools locally.

Quick Steps

1. Fork Repository

Fork this project

2. Run Workflow

  1. Go to Actions tab in your forked repository

  2. Select Build App With Pake CLI

  3. Fill in the form (same parameters as CLI options)

  4. Click Run Workflow

    Actions Interface

3. Download App

  • Green checkmark = build success

  • Click the workflow name to view details

  • Find Artifacts section and download your app

    Build Success

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
  • Enable Allow sites to open new windows when the site launches sign-in, exam, or other flows in a separate window
  • If build fails, delete cache and retry

Links