Skip to content

Commit

Permalink
Merge branch 'master' into feat-rn-components-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lareinayanyu committed Jan 21, 2025
2 parents c9c0d05 + 6edcd65 commit 25290d8
Show file tree
Hide file tree
Showing 197 changed files with 2,065 additions and 6,830 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: technote-space/get-diff-action@v4
with:
PATTERNS: |
+(docs|docs-vuepress)/**/*
+(docs|docs-vuepress)/.*/**/*
+(docs|docs-vitepress)/**/*
+(docs|docs-vitepress)/.*/**/*
# vuepress生成最终文档
- name: generate docs file
if: env.GIT_DIFF
Expand All @@ -30,6 +30,6 @@ jobs:
username: ${{ secrets.DOCS_SERVER_USER }}
key: ${{ secrets.DOCS_SERVER_KEY }}
command_timeout: "20m"
source: "./docs-vuepress/.vuepress/dist/"
source: "./docs-vitepress/.vitepress/dist/"
strip_components: 4
target: "${{ secrets.DOCS_SERVER_DIR }}"
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ package-lock.json
pnpm-lock.yaml
yarn.lock
.DS_Store
docs-vuepress/.vuepress/dist
elevate/
packages/webpack-plugin/lib/runtime/components/react/dist/
docs-vitepress/.vitepress/dist
docs-vitepress/.vitepress/cache
dev-dist
packages/webpack-plugin/lib/runtime/components/react/dist/
Loading

0 comments on commit 25290d8

Please sign in to comment.