From 6687fc331316f4af5b667c5e7447eb90373ee711 Mon Sep 17 00:00:00 2001 From: fantasticsoul Date: Sat, 6 Jan 2024 10:55:36 +0800 Subject: [PATCH] chore: test ci --- .github/workflows/website.yml | 4 +++- docs/docs/index.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index f94cf65a..c6ce2c08 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -6,7 +6,7 @@ on: - master # default branch defaults: run: - working-directory: ./docs + working-directory: ./ jobs: deploy: runs-on: ubuntu-latest @@ -20,6 +20,8 @@ jobs: run: npm install -g pnpm@7.9.5 - name: Install dependencies run: pnpm install --no-frozen-lockfile + - name: Build helux libs + run: pnpm run build - name: Build with dumi # 文档编译命令,如果是 react 模板需要修改为 npm run docs:build run: pnpm run docs:build diff --git a/docs/docs/index.md b/docs/docs/index.md index 50989314..19213ac1 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -3,7 +3,7 @@ hero: title: Helux description: 集原子,信号、依赖追踪为一体,支持细粒度响应式更新的状态引擎(兼容所有类react库,包括react18) actions: - - text: 快速开始 + - text: 快速上手 link: /guide - text: Github link: https://github.com/heluxjs/helux