📝 Restructure the document
This commit is contained in:
39
.github/workflows/test-action.yml
vendored
39
.github/workflows/test-action.yml
vendored
@@ -1,39 +0,0 @@
|
|||||||
name: "Test Pake Action"
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
url:
|
|
||||||
description: "URL to package"
|
|
||||||
required: true
|
|
||||||
default: "https://weekly.tw93.fun"
|
|
||||||
name:
|
|
||||||
description: "App name"
|
|
||||||
required: true
|
|
||||||
default: "TestApp"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Setup Node.js
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: "20"
|
|
||||||
|
|
||||||
- name: Build Pake App
|
|
||||||
id: build
|
|
||||||
uses: ./
|
|
||||||
with:
|
|
||||||
url: ${{ github.event.inputs.url }}
|
|
||||||
name: ${{ github.event.inputs.name }}
|
|
||||||
debug: true
|
|
||||||
|
|
||||||
- name: Upload Package
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: pake-app
|
|
||||||
path: ${{ steps.build.outputs.package-path }}
|
|
||||||
@@ -11,6 +11,7 @@ Welcome to Pake documentation! Here you'll find comprehensive guides and documen
|
|||||||
## Developer Guides
|
## Developer Guides
|
||||||
|
|
||||||
- **[Advanced Usage](advanced-usage.md)** | [中文](advanced-usage_CN.md) - Customization, development, and advanced features
|
- **[Advanced Usage](advanced-usage.md)** | [中文](advanced-usage_CN.md) - Customization, development, and advanced features
|
||||||
|
- **[CLI Testing](cli-testing.md)** - Testing guide for CLI functionality
|
||||||
- **[Contributing](../CONTRIBUTING.md)** - How to contribute to Pake development
|
- **[Contributing](../CONTRIBUTING.md)** - How to contribute to Pake development
|
||||||
|
|
||||||
## Quick Links
|
## Quick Links
|
||||||
|
|||||||
@@ -170,5 +170,5 @@ pnpm run cli:build
|
|||||||
## Links
|
## Links
|
||||||
|
|
||||||
- [CLI Documentation](cli-usage.md)
|
- [CLI Documentation](cli-usage.md)
|
||||||
- [Testing Guide](testing.md)
|
- [CLI Testing Guide](cli-testing.md)
|
||||||
- [GitHub Discussions](https://github.com/tw93/Pake/discussions)
|
- [GitHub Discussions](https://github.com/tw93/Pake/discussions)
|
||||||
|
|||||||
@@ -170,5 +170,5 @@ pnpm run cli:build
|
|||||||
## 链接
|
## 链接
|
||||||
|
|
||||||
- [CLI 文档](cli-usage_CN.md)
|
- [CLI 文档](cli-usage_CN.md)
|
||||||
- [测试指南](testing.md)
|
- [CLI 测试指南](cli-testing.md)
|
||||||
- [GitHub 讨论区](https://github.com/tw93/Pake/discussions)
|
- [GitHub 讨论区](https://github.com/tw93/Pake/discussions)
|
||||||
|
|||||||
Reference in New Issue
Block a user