From 8614c7211e7a56c157b6c872d10f3f565fbcfbf6 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 28 Aug 2025 22:02:13 +0800 Subject: [PATCH] :bug: update use --- docs/github-actions-usage.md | 4 ++-- docs/github-actions-usage_CN.md | 4 ++-- docs/{github-action.md => use-pake-for-github-action.md} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename docs/{github-action.md => use-pake-for-github-action.md} (98%) diff --git a/docs/github-actions-usage.md b/docs/github-actions-usage.md index 2dfa5f3..970f3e4 100644 --- a/docs/github-actions-usage.md +++ b/docs/github-actions-usage.md @@ -15,7 +15,7 @@ Build Pake apps online without installing development tools locally. 3. Fill in the form (same parameters as [CLI options](cli-usage.md)) 4. Click `Run Workflow` - ![Actions Interface](https://gw.alipayobjects.com/zos/k/lv/fPWNKc.png) + ![Actions Interface](https://raw.githubusercontent.com/tw93/static/main/pake/action.png) ### 3. Download App @@ -23,7 +23,7 @@ Build Pake apps online without installing development tools locally. - Click the workflow name to view details - Find `Artifacts` section and download your app - ![Build Success](https://gw.alipayobjects.com/zos/k/dd/QaGees.png) + ![Build Success](https://raw.githubusercontent.com/tw93/static/main/pake/action2.png) ### 4. Build Times diff --git a/docs/github-actions-usage_CN.md b/docs/github-actions-usage_CN.md index f587bdf..f4f66c0 100644 --- a/docs/github-actions-usage_CN.md +++ b/docs/github-actions-usage_CN.md @@ -15,7 +15,7 @@ 3. 填写表单(参数与 [CLI 选项](cli-usage_CN.md) 相同) 4. 点击 `Run Workflow` - ![Actions 界面](https://gw.alipayobjects.com/zos/k/lv/fPWNKc.png) + ![Actions 界面](https://raw.githubusercontent.com/tw93/static/main/pake/action.png) ### 3. 下载应用 @@ -23,7 +23,7 @@ - 点击工作流名称查看详情 - 在 `Artifacts` 部分下载应用 - ![构建成功](https://gw.alipayobjects.com/zos/k/dd/QaGees.png) + ![构建成功](https://raw.githubusercontent.com/tw93/static/main/pake/action2.png) ### 4. 构建时间 diff --git a/docs/github-action.md b/docs/use-pake-for-github-action.md similarity index 98% rename from docs/github-action.md rename to docs/use-pake-for-github-action.md index e3eaaa3..51d3d63 100644 --- a/docs/github-action.md +++ b/docs/use-pake-for-github-action.md @@ -1,4 +1,4 @@ -# Pake GitHub Action +# Use Pake For GitHub Action Transform any webpage into a lightweight desktop app with a single GitHub Actions step.