Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticsoul committed Jan 6, 2024
1 parent 5c0747b commit 6687fc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master # default branch
defaults:
run:
working-directory: ./docs
working-directory: ./
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -20,6 +20,8 @@ jobs:
run: npm install -g [email protected]
- 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
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ hero:
title: Helux
description: 集原子,信号、依赖追踪为一体,支持细粒度响应式更新的状态引擎(兼容所有类react库,包括react18)
actions:
- text: 快速开始
- text: 快速上手
link: /guide
- text: Github
link: https://github.com/heluxjs/helux
Expand Down

0 comments on commit 6687fc3

Please sign in to comment.